diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-30 11:37:37 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-04-06 18:14:42 -0400 |
commit | cde0b27c0bef41bd610deb21e1ff441bb8aa0ea8 (patch) | |
tree | 06ea788875fb0a660a2993f3a78e95c1b542fbfe /features | |
parent | 04b69fac3bd7f0c6ab252f2def6eaadbccdd0501 (diff) | |
download | gitlab-ce-cde0b27c0bef41bd610deb21e1ff441bb8aa0ea8.tar.gz |
Fix shortcut specs
Diffstat (limited to 'features')
-rw-r--r-- | features/project/shortcuts.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index b47fca31ef2..cbbea237825 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -26,7 +26,7 @@ Feature: Project Shortcuts @javascript Scenario: Navigate to repository charts tab - Given I press "g" and "g" + Given I press "g" and "d" Then the active sub tab should be Charts And the active main tab should be Repository |