summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpspiagicw <pspiagicw@gmail.com>2021-03-01 23:20:46 +0530
committerpspiagicw <pspiagicw@gmail.com>2021-03-01 23:20:46 +0530
commitaaa4c6fec288bd9f6bc19c4ca8b19972aa8821a4 (patch)
treee73bb25ebaab82c3b242b8058da33fc488e3260a /tests
parent00004efa02d556ed1080a130661d186baf932841 (diff)
downloadqutebrowser-aaa4c6fec288bd9f6bc19c4ca8b19972aa8821a4.tar.gz
qutebrowser-aaa4c6fec288bd9f6bc19c4ca8b19972aa8821a4.zip
Added the session test as well
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/sessions.feature5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/end2end/features/sessions.feature b/tests/end2end/features/sessions.feature
index 0f0c015e0..cdf214396 100644
--- a/tests/end2end/features/sessions.feature
+++ b/tests/end2end/features/sessions.feature
@@ -395,9 +395,10 @@ Feature: Saving and loading sessions
And I run :session-load -c pin_session
And I wait until data/numbers/3.txt is loaded
And I run :tab-focus 2
- And I run :open hello world
- Then the message "Tab is pinned!" should be shown
+ And I run :open data/numbers/4.txt
+ Then the message "Tab is pinned! Opening in new tab" should be shown
And the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt (active) (pinned)
+ - data/numbers/4.txt
- data/numbers/3.txt