diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-05-22 20:46:12 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-05-22 20:46:12 +0000 |
commit | 44f07f63d0d7e955e9b1d8100b357d36d131c2b9 (patch) | |
tree | 1d47d1501661d5ecb9822a416e4bbab1b49a1053 /features/steps | |
parent | e39edeb5cce377fd5648bf48e22020aa798e5d6e (diff) | |
parent | 72d42944067d3137f4e9fdb6790835f26f15d73f (diff) | |
download | gitlab-ce-44f07f63d0d7e955e9b1d8100b357d36d131c2b9.tar.gz |
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/steps')
-rw-r--r-- | features/steps/dashboard/todos.rb | 2 |
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 |