summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharish3124 <harishhari3112004@gmail.com>2021-11-11 15:50:07 +0530
committerharish3124 <harishhari3112004@gmail.com>2021-11-11 15:50:07 +0530
commitf0757198c04ad42b14a09d2a60367b7b593a540c (patch)
tree49cf3aa9ed0ff7cbe640ade7669d9aaeabf02d14
parentb2bddd9f3928db49ba8a2cc20d799047c9696086 (diff)
downloadqutebrowser-f0757198c04ad42b14a09d2a60367b7b593a540c.tar.gz
qutebrowser-f0757198c04ad42b14a09d2a60367b7b593a540c.zip
Fix Tests
-rw-r--r--tests/end2end/features/tabs.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index 91e516c67..469f4f00a 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -638,7 +638,7 @@ Feature: Tab management
And I open data/numbers/2.txt in a new tab
And I open data/numbers/3.txt in a new tab
And I run :tab-focus 1
- And I run :tab-move with index end
+ And I run :tab-move end
Then the following tabs should be open:
- data/numbers/2.txt
- data/numbers/3.txt
@@ -648,7 +648,7 @@ Feature: Tab management
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new tab
And I open data/numbers/3.txt in a new tab
- And I run :tab-move with index start
+ And I run :tab-move start
Then the following tabs should be open:
- data/numbers/3.txt (active)
- data/numbers/1.txt