From fac546e9b42405e4bee801f68fcd04709b0559d9 Mon Sep 17 00:00:00 2001 From: Slackhead Date: Sun, 8 Apr 2018 18:56:16 +0100 Subject: [PATCH] Remove test scenarios for last/first tab when wrap is off --- tests/end2end/features/tabs.feature | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 7a36b60cb..6e089e13c 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -332,18 +332,6 @@ Feature: Tab management - data/numbers/2.txt - data/numbers/3.txt (active) - Scenario: :tab-prev on first tab without wrap - When I set tabs.wrap to false - And I open data/numbers/1.txt - And I run :tab-prev - Then the error "First tab" should be shown - - Scenario: :tab-next with last tab without wrap - When I set tabs.wrap to false - And I open data/numbers/1.txt - And I run :tab-next - Then the error "Last tab" should be shown - Scenario: :tab-prev on first tab with wrap When I set tabs.wrap to true And I open data/numbers/1.txt