diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-08 17:36:31 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-08 17:36:31 +0200 |
commit | 0ebe8be02d9d17ea8caa2887466509e060e67075 (patch) | |
tree | 946199c76fc8e99469402e3615018dfff010a8fd /features | |
parent | 39a4bb2abda20fe85a362c1718eab9dfd7de13a3 (diff) | |
download | gitlab-ce-0ebe8be02d9d17ea8caa2887466509e060e67075.tar.gz |
Fix schortcut tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/project/shortcuts.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index 2369c02806f..0f71c32380b 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -3,7 +3,7 @@ Feature: Project Shortcuts Background: Given I sign in as a user And I own a project - And I visit my project's home page + And I visit my project's commits page @javascript Scenario: Navigate to files tab @@ -12,6 +12,7 @@ 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 @@ -47,7 +48,6 @@ Feature: Project Shortcuts @javascript Scenario: Navigate to project home - Given I visit my project's files page Given I press "g" and "p" Then the active main tab should be Home |