pytest-bdd 8: Fix borked tag
This commit is contained in:
parent
f91dc2d52d
commit
59fd7876a1
|
|
@ -153,7 +153,7 @@ Feature: Using private browsing
|
||||||
Then the javascript message "console.log works!" should not be logged
|
Then the javascript message "console.log works!" should not be logged
|
||||||
|
|
||||||
# Probably needs qutewm to work properly...
|
# Probably needs qutewm to work properly...
|
||||||
@qtwebkit_skip # Only applies to QtWebEngine @xfail_norun
|
@qtwebkit_skip @xfail_norun # Only applies to QtWebEngine
|
||||||
Scenario: Make sure local storage is isolated with private browsing
|
Scenario: Make sure local storage is isolated with private browsing
|
||||||
When I open data/hello.txt in a private window
|
When I open data/hello.txt in a private window
|
||||||
And I run :jseval localStorage.qute_private_test = 42
|
And I run :jseval localStorage.qute_private_test = 42
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue