summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-24 15:19:37 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-10-24 23:31:38 +0200
commit95cbd41f33e392f7c7684a8f6ddda9cf44940b01 (patch)
tree9fe51971922f49c4aa10f79e26bf6571e078553b /spec/features
parentc2ded9bd88d7996b7929c1d9d1e86ee20c29b247 (diff)
downloadgitlab-ce-95cbd41f33e392f7c7684a8f6ddda9cf44940b01.tar.gz
Regenerates pot files
Makes documentation path a required prop
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/merge_request/user_sees_merge_widget_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_sees_merge_widget_spec.rb b/spec/features/merge_request/user_sees_merge_widget_spec.rb
index 6ad97e6912b..5ddad6167b7 100644
--- a/spec/features/merge_request/user_sees_merge_widget_spec.rb
+++ b/spec/features/merge_request/user_sees_merge_widget_spec.rb
@@ -174,7 +174,7 @@ describe 'Merge request > User sees merge widget', :js do
# Wait for the `ci_status` and `merge_check` requests
wait_for_requests
- expect(page).to have_text('Could not retrieve the pipeline status. For potential solutions please read the documentation.')
+ expect(page).to have_text('Could not retrieve the pipeline status. For troubleshooting steps, read the <a href=\"\">documentation.</a>')
end
end