From 8608c6b8b37c8d6d1aef4d017f0dfd104c3e1ae4 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Tue, 16 Aug 2016 08:04:54 +1000 Subject: [PATCH] Remove unnecessary fresh instance requirement for test --- tests/end2end/features/tabs.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 6e8cb5e12..9014effaa 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -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