pytest-bdd 8: Fix borked tag

This commit is contained in:
Florian Bruhin 2024-12-05 19:15:47 +01:00
parent f91dc2d52d
commit 59fd7876a1
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Feature: Using private browsing
Then the javascript message "console.log works!" should not be logged
# 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
When I open data/hello.txt in a private window
And I run :jseval localStorage.qute_private_test = 42