diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2016-12-30 15:09:31 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-01-18 15:19:35 -0600 |
commit | bc7c6c689239a5db3f0c4edcbb77d6b9e586ba22 (patch) | |
tree | 4c1324e50ff0b0a4bcb2311fc9a30a90289a05ac /features/project | |
parent | 1ee4f98694f482099de9f21dc957071e53395313 (diff) | |
download | gitlab-ce-bc7c6c689239a5db3f0c4edcbb77d6b9e586ba22.tar.gz |
Fixed more tests
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 57dda9c2234..d033e6b167b 100644 --- a/features/project/active_tab.feature +++ b/features/project/active_tab.feature @@ -39,10 +39,10 @@ Feature: Project Active Tab # Sub Tabs: Settings - Scenario: On Project Settings/Hooks + Scenario: On Project Settings/Integrations Given I visit my project's settings page - And I click the "Hooks" tab - Then the active sub nav should be Hooks + And I click the "Integrations" tab + Then the active sub nav should be Integrations And no other sub navs should be active And the active main tab should be Settings |