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:
authorFatih Acet <acetfatih@gmail.com>2017-05-22 23:46:12 +0300
committerFatih Acet <acetfatih@gmail.com>2017-05-22 23:46:12 +0300
commit44f07f63d0d7e955e9b1d8100b357d36d131c2b9 (patch)
tree1d47d1501661d5ecb9822a416e4bbab1b49a1053 /features
parente39edeb5cce377fd5648bf48e22020aa798e5d6e (diff)
parent72d42944067d3137f4e9fdb6790835f26f15d73f (diff)
Merge branch '32418-make-link-to-self-less-obvious' into 'master'
Change links to issuable meta to black Closes #32418 See merge request !11505
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