updated tests for !29553

This commit is contained in:
Michel Engelen 2019-06-14 11:09:01 +02:00 committed by Michel Engelen
parent 8f13c3b321
commit 6edb13f2bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ shared_examples 'comment on merge request file' do
visit(merge_request_path(merge_request))
page.within('.notes .discussion') do
expect(page).to have_content("#{user.name} #{user.to_reference} started a discussion")
expect(page).to have_content("#{user.name} #{user.to_reference} started a thread")
expect(page).to have_content(sample_commit.line_code_path)
expect(page).to have_content('Line is wrong')
end