summaryrefslogtreecommitdiff
path: root/tests/end2end/features/treetabs.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/treetabs.feature')
-rw-r--r--tests/end2end/features/treetabs.feature12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/end2end/features/treetabs.feature b/tests/end2end/features/treetabs.feature
index 78439e373..bc6fad45c 100644
--- a/tests/end2end/features/treetabs.feature
+++ b/tests/end2end/features/treetabs.feature
@@ -1,16 +1,18 @@
Feature: Tree tab management
- Tests for various :tab-* commands.
+ Tests for various :tree-tab-* commands.
Background:
- Given I clean up open tabs
- And I set tabs.tabs_are_windows to false
+ # Open a new tree tab enabled window, close everything else
+ Given I set tabs.tabs_are_windows to false
And I set tabs.tree_tabs to true
+ And I open about:blank?starting%20page in a new window
+ And I clean up open tabs
And I clear the log
Scenario: :tab-close --recursive
When I open data/numbers/1.txt
- And I open data/numbers/2.txt in a new tab as a sibling
- And I open data/numbers/3.txt in a new tab as a sibling
+ And I open data/numbers/2.txt in a new related tab
+ And I open data/numbers/3.txt in a new related tab
And I open data/numbers/4.txt in a new tab
And I run :tab-focus 1
And I run :tab-close --recursive