Remove unnecessary fresh instance requirement for test

This commit is contained in:
Michael Hoang 2016-08-16 08:04:54 +10:00
parent c0ab474b21
commit 8608c6b8b3

View File

@ -621,7 +621,6 @@ Feature: Tab management
- url: http://localhost:*/data/numbers/2.txt
Scenario: Detach tab from window with only one tab
Given I have a fresh instance
When I open data/hello.txt
And I run :tab-detach
Then the error "Cannot detach one tab." should be shown