From 59fd7876a176ceba300937590e253ba8059e077d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 5 Dec 2024 19:15:47 +0100 Subject: [PATCH] pytest-bdd 8: Fix borked tag --- tests/end2end/features/private.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature index 07b53af38..daef2dda4 100644 --- a/tests/end2end/features/private.feature +++ b/tests/end2end/features/private.feature @@ -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