From ce3c0a0f55f6c017df83f2466882297da5c4c58f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 23 Feb 2017 08:13:40 +0100 Subject: [PATCH] Mark more private-browsing tests as xfail with QtWebKit-NG --- tests/end2end/features/misc.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 3edcfce4d..91947ee65 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -530,7 +530,7 @@ Feature: Various utility commands. ## https://github.com/qutebrowser/qutebrowser/issues/1219 - @qtwebengine_todo: private browsing is not implemented yet + @qtwebengine_todo: private browsing is not implemented yet @qtwebkit_ng_xfail: private browsing is not implemented yet Scenario: Sharing cookies with private browsing When I set general -> private-browsing to true And I open cookies/set?qute-test=42 without waiting @@ -640,7 +640,7 @@ Feature: Various utility commands. And I run :command-accept Then the error "No command given" should be shown - @qtwebengine_todo: private browsing is not implemented yet + @qtwebengine_todo: private browsing is not implemented yet @qtwebkit_ng_xfail: private browsing is not implemented yet Scenario: Calling previous command with private-browsing mode When I run :set-cmd-text :message-info blah And I run :command-accept