From 57b7599d1719afdbb73d2ecb603770b3f3392e24 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Tue, 12 Apr 2016 18:29:30 -0500 Subject: [PATCH] Remove @focus --- features/project/shortcuts.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index d5c9c0d0b6..f644265591 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -57,7 +57,7 @@ Feature: Project Shortcuts Given I press "g" and "e" Then the active main tab should be Activity - @javascript @focus + @javascript Scenario: Navigate to new Issue page Given I press "i" Then I should see the new issue page