diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-30 13:21:02 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-03-06 09:47:44 -0600 |
commit | 2ee86441158076344a07f2715a148a5bdbe161b0 (patch) | |
tree | 2bf1f0dc0c49b3e888e7cd8ad6875e14899f0fef /features/project | |
parent | 0b74ae849d3f87564e789673ecf67aa54ec7cd8a (diff) | |
download | gitlab-ce-2ee86441158076344a07f2715a148a5bdbe161b0.tar.gz |
Fixed tests, changed dispatcher routing to the 'repository:show'
Also modified the render calls to the deploy_keys and protected_branches
partials
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/active_tab.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/project/active_tab.feature b/features/project/active_tab.feature index 1dd2bdd9b36..4bdaa6266c3 100644 --- a/features/project/active_tab.feature +++ b/features/project/active_tab.feature @@ -46,10 +46,10 @@ Feature: Project Active Tab And no other sub navs should be active And the active main tab should be Settings - Scenario: On Project Settings/Deploy Keys + Scenario: On Project Settings/Repository Given I visit my project's settings page - And I click the "Deploy Keys" tab - Then the active sub nav should be Deploy Keys + And I click the "Repository" tab + Then the active sub nav should be Repository And no other sub navs should be active And the active main tab should be Settings |