diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 17:47:45 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 17:47:45 +0100 |
| commit | 2c61e3c057af02068bfb57f1c3f921d9f0c87b1d (patch) | |
| tree | 0f2f809d0e78b474703498a11dd471fdb8de4bd3 /features/project/shortcuts.feature | |
| parent | 2cb542b9d365558923ed125f76c5005188dbee77 (diff) | |
| download | gitlab-ce-2c61e3c057af02068bfb57f1c3f921d9f0c87b1d.tar.gz | |
Fix test for network shortcutmove-network
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/shortcuts.feature')
| -rw-r--r-- | features/project/shortcuts.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index 0f71c32380b..10e7c234610 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -19,7 +19,8 @@ Feature: Project Shortcuts @javascript Scenario: Navigate to network tab Given I press "g" and "n" - Then the active main tab should be Network + Then the active sub tab should be Network + And the active main tab should be Commits @javascript Scenario: Navigate to graphs tab |
