summaryrefslogtreecommitdiff
path: root/tests/end2end/features/sessions.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/sessions.feature')
-rw-r--r--tests/end2end/features/sessions.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/end2end/features/sessions.feature b/tests/end2end/features/sessions.feature
index 37254be73..b326b320f 100644
--- a/tests/end2end/features/sessions.feature
+++ b/tests/end2end/features/sessions.feature
@@ -196,6 +196,16 @@ Feature: Saving and loading sessions
url: http://localhost:*/data/numbers/3.txt
zoom: 1.0
+ Scenario: Saving with --no-history
+ When I open data/numbers/1.txt
+ And I open data/numbers/2.txt
+ And I open data/numbers/3.txt
+ Then the session saved with --no-history should look like:
+ windows:
+ - tabs:
+ - history:
+ - url: http://localhost:*/data/numbers/3.txt
+
# https://github.com/qutebrowser/qutebrowser/issues/879
Scenario: Saving a session with a page using history.replaceState()