summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-11-05 21:09:06 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-11-05 21:09:06 +0100
commitf234f4d150543ccef967b50efdec04cfd591323d (patch)
treeaee8b60f357b5f67b26b29a69bb91c5b06b57412
parentb9ecbcc10764f184037e04524ffecde04573d3a3 (diff)
downloadgitlab-ce-53533-fix-broken-link.tar.gz
Add missing doublequote in feature spec53533-fix-broken-link
-rw-r--r--spec/features/merge_request/user_sees_pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_sees_pipelines_spec.rb b/spec/features/merge_request/user_sees_pipelines_spec.rb
index caa14ce6316..8faddee4daa 100644
--- a/spec/features/merge_request/user_sees_pipelines_spec.rb
+++ b/spec/features/merge_request/user_sees_pipelines_spec.rb
@@ -41,7 +41,7 @@ describe 'Merge request > User sees pipelines', :js do
visit project_merge_request_path(project, merge_request)
wait_for_requests
- expect(page.find('.ci-widget')).to have_text("Could not retrieve the pipeline status. For troubleshooting steps, read the documentation.)
+ expect(page.find('.ci-widget')).to have_text("Could not retrieve the pipeline status. For troubleshooting steps, read the documentation.")
end
end