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, 8 insertions, 0 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index 485ab771a..747e6c19a 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -1204,6 +1204,14 @@ Feature: Tab management
And I run :tab-take 0/1
Then the error "Can't take a tab from the same window" should be shown
+ Scenario: Take a tab while using tabs_are_windows
+ Given I have a fresh instance
+ When I open data/numbers/1.txt
+ And I open data/numbers/2.txt in a new window
+ And I set tabs.tabs_are_windows to true
+ And I run :tab-take 0/1
+ Then the error "Can't take tabs when using windows as tabs" should be shown
+
# :tab-give
@xfail_norun # Needs qutewm