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.feature18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index a5b557122..942ee2028 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -303,7 +303,7 @@ Feature: Tab management
And I run :tab-focus 2
And I run :tab-focus 4
And I run :tab-focus 3
- And I run :repeat 2 tab-focus stack-prev
+ And I run :cmd-repeat 2 tab-focus stack-prev
Then the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt (active)
@@ -322,8 +322,8 @@ Feature: Tab management
And I run :tab-focus 2
And I run :tab-focus 4
And I run :tab-focus 3
- And I run :repeat 3 tab-focus stack-prev
- And I run :repeat 2 tab-focus stack-next
+ And I run :cmd-repeat 3 tab-focus stack-prev
+ And I run :cmd-repeat 2 tab-focus stack-next
Then the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
@@ -338,7 +338,7 @@ Feature: Tab management
And I open data/numbers/3.txt in a new tab
And I open data/numbers/4.txt in a new tab
And I open data/numbers/5.txt in a new tab
- And I run :repeat 2 tab-focus stack-prev
+ And I run :cmd-repeat 2 tab-focus stack-prev
And I run :tab-focus stack-next
And I set tabs.focus_stack_size to 10
And I run :tab-focus 1
@@ -346,7 +346,7 @@ Feature: Tab management
And I run :tab-focus 2
And I run :tab-focus 4
And I run :tab-focus 3
- And I run :repeat 4 tab-focus stack-prev
+ And I run :cmd-repeat 4 tab-focus stack-prev
Then the error "Could not find requested tab!" should be shown
And the following tabs should be open:
- data/numbers/1.txt (active)
@@ -366,8 +366,8 @@ Feature: Tab management
And I run :tab-focus 2
And I run :tab-focus 4
And I run :tab-focus 3
- And I run :repeat 2 tab-focus stack-prev
- And I run :repeat 3 tab-focus last
+ And I run :cmd-repeat 2 tab-focus stack-prev
+ And I run :cmd-repeat 3 tab-focus last
Then the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
@@ -1719,7 +1719,7 @@ Feature: Tab management
@skip # Too flaky
Scenario: Focused prompt after opening link in bg
When I open data/hints/link_input.html
- When I run :set-cmd-text -s :message-info
+ When I run :cmd-set-text -s :message-info
And I open data/hello.txt in a new background tab
And I run :fake-key -g hello-world<enter>
Then the message "hello-world" should be shown
@@ -1727,7 +1727,7 @@ Feature: Tab management
@skip # Too flaky
Scenario: Focused prompt after opening link in fg
When I open data/hints/link_input.html
- When I run :set-cmd-text -s :message-info
+ When I run :cmd-set-text -s :message-info
And I open data/hello.txt in a new tab
And I run :fake-key -g hello-world<enter>
Then the message "hello-world" should be shown