diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-22 17:42:11 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-23 03:14:16 +0000 |
commit | 5600b17de76c8bc93313adc1aa4d9859045de0a9 (patch) | |
tree | 09c0d85d2d2d382b7f92b5dcc3b2688efaaa5094 /features | |
parent | 5b3d143a2bb006a75feeb06aa8b47e3f76af95a3 (diff) | |
download | gitlab-ce-5600b17de76c8bc93313adc1aa4d9859045de0a9.tar.gz |
Code style improvements
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/group/milestones.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/group/milestones.rb b/features/steps/group/milestones.rb index 70e23098dde..20204ad8654 100644 --- a/features/steps/group/milestones.rb +++ b/features/steps/group/milestones.rb @@ -5,9 +5,7 @@ class Spinach::Features::GroupMilestones < Spinach::FeatureSteps include SharedUser step 'I click on group milestones' do - page.within('.layout-nav') do - click_link 'Milestones' - end + visit group_milestones_path('owned') end step 'I should see group milestones index page has no milestones' do |