diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-22 19:59:22 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-23 15:59:10 -0500 |
commit | 5507c24ffd249c52a9673c618eed525b34174cde (patch) | |
tree | b70bfd9de68a0c622060376879612e2103047c05 | |
parent | 78bf02e93dfece32767b49737f3dd1a40afb70af (diff) | |
download | gitlab-ce-5507c24ffd249c52a9673c618eed525b34174cde.tar.gz |
Fix failing spec
-rw-r--r-- | features/project/shortcuts.feature | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index 10e7c234610..1144ea2e133 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -12,7 +12,6 @@ Feature: Project Shortcuts @javascript Scenario: Navigate to commits tab - Given I visit my project's files page Given I press "g" and "c" Then the active main tab should be Commits |