Fix tabs.feature

This commit is contained in:
Florian Bruhin 2016-11-23 13:14:44 +01:00
parent 8268c9c22f
commit 371e779d98

View File

@ -256,17 +256,6 @@ Feature: Tab management
- data/numbers/3.txt
Scenario: :tab-focus with invalid negative index
Scenario: :tab-focus with count 0
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new tab
And I open data/numbers/3.txt in a new tab
And I run :tab-focus with count 1
And I run :tab-focus with count 0
Then the following tabs should be open:
- data/numbers/1.txt
- data/numbers/2.txt
- data/numbers/3.txt (active)
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new tab
And I open data/numbers/3.txt in a new tab