diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-04 13:06:32 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-05 21:01:51 -0500 |
commit | c9bc3c3bd6598d98a2771bc9a8c5bffd01513b21 (patch) | |
tree | 4ea0b2a3c532f7487f1fe62b228d1c72a6c50eef /features/steps/dashboard/dashboard.rb | |
parent | ffcd32c7046e2c6dc7cf450387fdb484e7d633c1 (diff) | |
download | gitlab-ce-misc-capitalization-fix.tar.gz |
Fix rspec and spinach testsmisc-capitalization-fix
Diffstat (limited to 'features/steps/dashboard/dashboard.rb')
-rw-r--r-- | features/steps/dashboard/dashboard.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb index 33a1c88e33c..c715c85c43c 100644 --- a/features/steps/dashboard/dashboard.rb +++ b/features/steps/dashboard/dashboard.rb @@ -18,11 +18,11 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps step 'I should see last push widget' do expect(page).to have_content "You pushed to fix" - expect(page).to have_link "Create Merge Request" + expect(page).to have_link "Create merge request" end - step 'I click "Create Merge Request" link' do - click_link "Create Merge Request" + step 'I click "Create merge request" link' do + click_link "Create merge request" end step 'I see prefilled new Merge Request page' do |