Remove test scenarios for last/first tab when wrap is off

This commit is contained in:
Slackhead 2018-04-08 18:56:16 +01:00
parent b7964d9baf
commit fac546e9b4

View File

@ -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