From e14477375b9744afc77b77e3a56e537e3f3b563a Mon Sep 17 00:00:00 2001 From: Iordanis Grigoriou Date: Fri, 16 Jun 2017 12:41:30 +0200 Subject: [PATCH] Fix typo in test --- tests/end2end/features/tabs.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 5e5e7f24c..9980b448f 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -242,7 +242,7 @@ Feature: Tab management And I open data/numbers/3.txt in a new tab And I run :tab-focus 1 And I run :tab-focus 3 - And I run :tab-focus 1 + And I run :tab-focus 3 Then the following tabs should be open: - data/numbers/1.txt (active) - data/numbers/2.txt