diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-21 07:54:02 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-21 07:54:02 -0700 |
commit | 59fc1816d3df8f9ac27542eac46f93ae85e328ae (patch) | |
tree | deed30e623afc3e4d0218ebd86d9fb2ca37e58a6 /features/project/shortcuts.feature | |
parent | 5c9f0896ef3118b4e381e1834073827f42a10feb (diff) | |
download | gitlab-ce-59fc1816d3df8f9ac27542eac46f93ae85e328ae.tar.gz |
Rename Repo -> Repositoryrename-code-to-repo
Diffstat (limited to 'features/project/shortcuts.feature')
-rw-r--r-- | features/project/shortcuts.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index aa5edaaa9d7..f71f69ef060 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 Repo + Then the active main tab should be Repository 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 Repo + Then the active main tab should be Repository 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 Repo + And the active main tab should be Repository @javascript Scenario: Navigate to graphs tab |