diff options
| author | Phil Hughes <me@iamphill.com> | 2017-08-30 12:36:04 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2017-08-30 12:36:04 +0100 |
| commit | aab5d55090a55caebf9c3c4a52ae92036713e8ae (patch) | |
| tree | c2681b6dde8a2d5f0a58b20876c75f24cfc31340 /features/steps/shared | |
| parent | 903e1a305cb5942d9500cb3b3dabacd943e29090 (diff) | |
| download | gitlab-ce-aab5d55090a55caebf9c3c4a52ae92036713e8ae.tar.gz | |
more spinach fixes
Diffstat (limited to 'features/steps/shared')
| -rw-r--r-- | features/steps/shared/project_tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb index 97c6ad14885..5a516ee33bc 100644 --- a/features/steps/shared/project_tab.rb +++ b/features/steps/shared/project_tab.rb @@ -5,7 +5,7 @@ module SharedProjectTab include SharedActiveTab step 'the active main tab should be Project' do - ensure_active_main_tab('Project') + ensure_active_main_tab('Overview') end step 'the active main tab should be Repository' do |
