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:
authorDouwe Maan <douwe@selenight.nl>2017-05-22 23:56:20 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-24 00:27:30 +0300
commit6e698b254ecddf23a866d9e98a885912102ccbce (patch)
tree3ce0ea2a254bb9f6148615295ac2ccce5794cf6b /spec/features/merge_requests/discussion_spec.rb
parent14a0841acda66d896b3a7f4459ec0fc4fc44f7f2 (diff)
Fix specs
Diffstat (limited to 'spec/features/merge_requests/discussion_spec.rb')
-rw-r--r--spec/features/merge_requests/discussion_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_requests/discussion_spec.rb b/spec/features/merge_requests/discussion_spec.rb
index f59d0faa274..1a09cc54c2e 100644
--- a/spec/features/merge_requests/discussion_spec.rb
+++ b/spec/features/merge_requests/discussion_spec.rb
@@ -43,7 +43,7 @@ feature 'Merge Request Discussions', feature: true do
it 'shows a link to the outdated diff' do
within(".discussion[data-discussion-id='#{outdated_discussion.id}']") do
path = diffs_namespace_project_merge_request_path(project.namespace, project, merge_request, diff_id: old_merge_request_diff.id, anchor: outdated_discussion.line_code)
- expect(page).to have_link('an outdated diff', href: path)
+ expect(page).to have_link('an old version of the diff', href: path)
end
end
end