diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-07 14:40:41 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2017-07-07 14:40:41 +0000 |
| commit | 64e589c581589e42dfa1b12a22011f88cd3e62bc (patch) | |
| tree | 8df4fdce797c360d2a6256857db1c02c8b3d52f4 /features/steps | |
| parent | 86fc4a1f3c8a72ba361d7fa64551c9d1522c255e (diff) | |
| download | gitlab-ce-64e589c581589e42dfa1b12a22011f88cd3e62bc.tar.gz | |
Resolve "Inconsistent location of members page between groups and projects"
Diffstat (limited to 'features/steps')
| -rw-r--r-- | features/steps/shared/project_tab.rb | 4 |
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 |
