From 5eed5eb7f737da50006a8f19cb1b1f3f5de1edf0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 7 Oct 2016 09:44:54 +0200 Subject: [PATCH] commit 5708bb0306fb28549fc47e686790d006398c27fa Author: Florian Bruhin Date: Fri Oct 7 07:44:54 2016 +0200 Turn off private browsing in misc.feature tests --- tests/end2end/features/misc.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 7aaf82930..930da91dc 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -549,6 +549,7 @@ Feature: Various utility commands. And I open cookies/set?qute-test=42 without waiting And I wait until cookies is loaded And I open cookies in a new tab + And I set general -> private-browsing to false Then the cookie qute-test should be set to 42 ## https://github.com/The-Compiler/qutebrowser/issues/1742 @@ -557,6 +558,7 @@ Feature: Various utility commands. Scenario: Private browsing is activated in QtWebKit without restart When I set general -> private-browsing to true And I open data/javascript/localstorage.html + And I set general -> private-browsing to false Then the page should contain the plaintext "Local storage status: not working" Scenario: :repeat-command