summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-18 14:52:40 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-19 08:24:35 -0500
commit72d42944067d3137f4e9fdb6790835f26f15d73f (patch)
tree752457c0087d0737c156d0cc67960c9ef28a0972 /features
parentbe1351cdcb21b4e213ca0534393e710962614eaa (diff)
downloadgitlab-ce-72d42944067d3137f4e9fdb6790835f26f15d73f.tar.gz
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/todos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/todos.rb b/features/steps/dashboard/todos.rb
index 14c13c4818a..13fd3239e86 100644
--- a/features/steps/dashboard/todos.rb
+++ b/features/steps/dashboard/todos.rb
@@ -138,7 +138,7 @@ class Spinach::Features::DashboardTodos < Spinach::FeatureSteps
end
step 'I should be directed to the corresponding page' do
- page.should have_css('.identifier', text: 'Merge Request !1')
+ page.should have_css('.identifier', text: 'Merge request !1')
# Merge request page loads and issues a number of Ajax requests
wait_for_ajax
end