summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-14 20:28:02 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:57 +0000
commitdb35f3dc573fe5d07eb03de7690d98eef98784d3 (patch)
treea3343155def8e427314eb6b1d8364d58cb02b7e5 /features/project
parentb7fd7daee4610674a2301c618fd60b8997f2cf8a (diff)
downloadgitlab-ce-db35f3dc573fe5d07eb03de7690d98eef98784d3.tar.gz
Add tests for Active Tab
Diffstat (limited to 'features/project')
-rw-r--r--features/project/active_tab.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/project/active_tab.feature b/features/project/active_tab.feature
index d033e6b167b..5c14c5db665 100644
--- a/features/project/active_tab.feature
+++ b/features/project/active_tab.feature
@@ -53,6 +53,13 @@ Feature: Project Active Tab
And no other sub navs should be active
And the active main tab should be Settings
+ Scenario: On Project Settings/Pages
+ Given I visit my project's settings page
+ And I click the "Pages" tab
+ Then the active sub nav should be Pages
+ And no other sub navs should be active
+ And the active main tab should be Settings
+
Scenario: On Project Members
Given I visit my project's members page
Then the active sub nav should be Members