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:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-07 17:40:41 +0300
committerDouwe Maan <douwe@gitlab.com>2017-07-07 17:40:41 +0300
commit64e589c581589e42dfa1b12a22011f88cd3e62bc (patch)
tree8df4fdce797c360d2a6256857db1c02c8b3d52f4 /features/steps/shared
parent86fc4a1f3c8a72ba361d7fa64551c9d1522c255e (diff)
Resolve "Inconsistent location of members page between groups and projects"
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/project_tab.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index 0cb9229dbae..901f7f76ee9 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -32,6 +32,10 @@ module SharedProjectTab
ensure_active_main_tab('Wiki')
end
+ step 'the active main tab should be Members' do
+ ensure_active_main_tab('Members')
+ end
+
step 'the active main tab should be Settings' do
ensure_active_main_tab('Settings')
end