summaryrefslogtreecommitdiff
path: root/features/project/shortcuts.feature
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-20 12:50:40 -0700
committerStan Hu <stanhu@gmail.com>2016-06-20 12:50:40 -0700
commit5c9f0896ef3118b4e381e1834073827f42a10feb (patch)
tree267dce2769464f5c996e1faf36ca647cfa670d8d /features/project/shortcuts.feature
parent26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0 (diff)
downloadgitlab-ce-5c9f0896ef3118b4e381e1834073827f42a10feb.tar.gz
Rename Code -> Repo in feature specs
Diffstat (limited to 'features/project/shortcuts.feature')
-rw-r--r--features/project/shortcuts.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature
index c73d0b32337..aa5edaaa9d7 100644
--- a/features/project/shortcuts.feature
+++ b/features/project/shortcuts.feature
@@ -8,21 +8,21 @@ Feature: Project Shortcuts
@javascript
Scenario: Navigate to files tab
Given I press "g" and "f"
- Then the active main tab should be Code
+ Then the active main tab should be Repo
Then the active sub tab should be Files
@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 Code
+ Then the active main tab should be Repo
Then the active sub tab should be Commits
@javascript
Scenario: Navigate to network tab
Given I press "g" and "n"
Then the active sub tab should be Network
- And the active main tab should be Code
+ And the active main tab should be Repo
@javascript
Scenario: Navigate to graphs tab