From 06c4a100ccd862c7b7150bd5c8ed03700a26a5a2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 23 Feb 2017 08:15:18 +0100 Subject: [PATCH] Fix QtWebKit-NG private-browsing tests --- 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 91947ee65..39919ae98 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 @qtwebkit_ng_xfail: private browsing is not implemented yet + @qtwebengine_todo: private browsing is not implemented yet @qtwebkit_ng_skip: 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 @qtwebkit_ng_xfail: private browsing is not implemented yet + @qtwebengine_todo: private browsing is not implemented yet @qtwebkit_ng_skip: 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