Commit 390786d8 authored by Michel Engelen's avatar Michel Engelen Committed by Michel Engelen

updated tests for !29553

parent 6edb13f2
...@@ -37,7 +37,7 @@ describe 'User comments on a merge request', :js do ...@@ -37,7 +37,7 @@ describe 'User comments on a merge request', :js do
wait_for_requests wait_for_requests
page.within('.notes .discussion') do 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(sample_commit.line_code_path)
expect(page).to have_content('Line is wrong') expect(page).to have_content('Line is wrong')
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment