diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-16 12:36:27 -0500 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-16 12:36:27 -0500 |
commit | 79b9ff60768644287daace5a8f640d1790816353 (patch) | |
tree | e4976e2feef97c848fc75521276c14e144409124 /features/steps/profile | |
parent | 7365ac60f116d0e0a89a3bd8ebcf558b477c4bc3 (diff) | |
download | gitlab-ce-79b9ff60768644287daace5a8f640d1790816353.tar.gz |
Modify tests to match new navigation behaviour for project pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/profile')
-rw-r--r-- | features/steps/profile/active_tab.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb index 3b59089a093..4724a326277 100644 --- a/features/steps/profile/active_tab.rb +++ b/features/steps/profile/active_tab.rb @@ -22,8 +22,4 @@ class Spinach::Features::ProfileActiveTab < Spinach::FeatureSteps step 'the active main tab should be Audit Log' do ensure_active_main_tab('Audit Log') end - - def ensure_active_main_tab(content) - expect(find('.layout-nav li.active')).to have_content(content) - end end |