summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-05-26 16:14:30 +0000
committerRobert Speicher <robert@gitlab.com>2017-05-26 16:14:30 +0000
commit33b622e353ba244ac62e61b6db0e382275ca905c (patch)
tree4f996dafbb46a92a7966cec2dbfa2a7c2e8286c9 /features
parent70714f57ebe4ac1370eba38af1ca534708f90433 (diff)
parentf2a53667c0a599edc41f0e392d7a724efaaa400c (diff)
downloadgitlab-ce-33b622e353ba244ac62e61b6db0e382275ca905c.tar.gz
Merge branch 'dm-consistent-last-push-event' into 'master'
Consistently display last push event widget See merge request !11585
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/dashboard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index bf09d7b7114..71c69a4fdea 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -22,7 +22,7 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps
end
step 'I click "Create merge request" link' do
- click_link "Create merge request"
+ find_link("Create merge request", visible: false).trigger('click')
end
step 'I see prefilled new Merge Request page' do