summaryrefslogtreecommitdiff
path: root/tests/end2end/features/tabs.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/tabs.feature')
-rw-r--r--tests/end2end/features/tabs.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index 54e84a10e..cc170d650 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -512,7 +512,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-move with count 23
- Then the error "Can't move tab to position 23!" should be shown.
+ Then the error "Can't move tab to position 23!" should be shown
And the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
@@ -543,7 +543,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-move -5
- Then the error "Can't move tab to position -1!" should be shown.
+ Then the error "Can't move tab to position -1!" should be shown
And the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
@@ -564,7 +564,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-move -2 with count 4
- Then the error "Can't move tab to position 4!" should be shown.
+ Then the error "Can't move tab to position 4!" should be shown
And the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
@@ -674,7 +674,7 @@ Feature: Tab management
Scenario: :tab-clone with -b and -w
When I run :tab-clone -b -w
- Then the error "Only one of -b/-w/-p can be given!" should be shown.
+ Then the error "Only one of -b/-w/-p can be given!" should be shown
Scenario: Cloning a tab with history and title
When I open data/title.html