Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-19 23:52:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-19 23:52:57 +0400
commitcc2145da80abe53052598b062d7853efdf225d8b (patch)
tree3d33876a8480c732cb30274c37c71a68084f81e4 /features/project/active_tab.feature
parent1811d32e23f2c7c4c76f4e868ab3b5850f6addb3 (diff)
Fixed sub navs spinach tests for project
Diffstat (limited to 'features/project/active_tab.feature')
-rw-r--r--features/project/active_tab.feature30
1 files changed, 8 insertions, 22 deletions
diff --git a/features/project/active_tab.feature b/features/project/active_tab.feature
index f33e4b9e369..48c217fbea7 100644
--- a/features/project/active_tab.feature
+++ b/features/project/active_tab.feature
@@ -52,48 +52,34 @@ Feature: Project active tab
Then the active main tab should be Home
And no other main tabs should be active
- #Scenario: On Project Settings/Attachments
- #Given I visit my project's home page
- #And I click the "Attachments" tab
- #Then the active sub tab should be Attachments
- #And no other sub tabs should be active
- #And the active main tab should be Home
-
- #Scenario: On Project Settings/Snippets
- #Given I visit my project's home page
- #And I click the "Snippets" tab
- #Then the active sub tab should be Snippets
- #And no other sub tabs should be active
- #And the active main tab should be Home
-
# Sub Tabs: Settings
Scenario: On Project Settings/Team
Given I visit my project's settings page
And I click the "Team" tab
- Then the active sub tab should be Team
- And no other sub tabs should be active
+ Then the active sub nav should be Team
+ And no other sub navs should be active
And the active main tab should be Settings
Scenario: On Project Settings/Edit
Given I visit my project's settings page
And I click the "Edit" tab
- Then the active sub tab should be Edit
- And no other sub tabs should be active
+ Then the active sub nav should be Edit
+ And no other sub navs should be active
And the active main tab should be Settings
Scenario: On Project Settings/Hooks
Given I visit my project's settings page
And I click the "Hooks" tab
- Then the active sub tab should be Hooks
- And no other sub tabs should be active
+ Then the active sub nav should be Hooks
+ And no other sub navs should be active
And the active main tab should be Settings
Scenario: On Project Settings/Deploy Keys
Given I visit my project's settings page
And I click the "Deploy Keys" tab
- Then the active sub tab should be Deploy Keys
- And no other sub tabs should be active
+ Then the active sub nav should be Deploy Keys
+ And no other sub navs should be active
And the active main tab should be Settings
# Sub Tabs: Commits