diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-08 16:55:04 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-08 16:55:04 +0200 |
| commit | 39a4bb2abda20fe85a362c1718eab9dfd7de13a3 (patch) | |
| tree | d0bb5c6002a31f567d4a6d0ee914ab040f7e567d /features/steps/shared | |
| parent | bd08ac55c7b8eb1b41862937aa4f7cc7a53e4bfe (diff) | |
| download | gitlab-ce-39a4bb2abda20fe85a362c1718eab9dfd7de13a3.tar.gz | |
Cleanup and some test fixes after refactoring project home page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/shared')
| -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 3b94b7d8621..c67e5e4a06a 100644 --- a/features/steps/shared/project_tab.rb +++ b/features/steps/shared/project_tab.rb @@ -49,4 +49,8 @@ module SharedProjectTab expect(page).to have_content('Back to project') end end + + step 'the active main tab should be Activity' do + ensure_active_main_tab('Activity') + end end |
