Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-18 22:52:40 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-19 16:24:35 +0300
commit72d42944067d3137f4e9fdb6790835f26f15d73f (patch)
tree752457c0087d0737c156d0cc67960c9ef28a0972 /features
parentbe1351cdcb21b4e213ca0534393e710962614eaa (diff)
Fix specs
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