diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-08 08:47:26 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-08 20:49:15 +0200 |
| commit | 7f7bf86bbffee21e577ab559c10f9f3b7ab79e49 (patch) | |
| tree | 541b65a4d95f95b9f7f4ba13ecbd75c438d7469a /features/project/shortcuts.feature | |
| parent | f42a1ded99920998a9b63b309adc227485428d2c (diff) | |
| download | gitlab-ce-7f7bf86bbffee21e577ab559c10f9f3b7ab79e49.tar.gz | |
Change shortcut for activity to project, because navbar changed
Diffstat (limited to 'features/project/shortcuts.feature')
| -rw-r--r-- | features/project/shortcuts.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index 16882fded8e..e5f9c103fb1 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -44,3 +44,9 @@ Feature: Project shortcuts Scenario: Navigate to wiki tab Given I press "g" and "w" Then the active main tab should be Wiki + + @javascript + Scenario: Navigate to project feed + Given I visit my project's files page + Given I press "g" and "p" + Then the active main tab should be Home |
