summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-05-20 14:27:35 -0500
committerDouwe Maan <douwe@selenight.nl>2017-05-25 15:21:30 -0500
commite45e540d1d90549cc5f45521360241afce9eaf18 (patch)
tree5a01a839261b97ea3caac9621fe19bb80e15a93b /features
parente20eb71203aa29458d7f51a27d42a3d8208e2494 (diff)
downloadgitlab-ce-e45e540d1d90549cc5f45521360241afce9eaf18.tar.gz
Consistently display last push event widget
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..e221a550882 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).click
end
step 'I see prefilled new Merge Request page' do