Commit f6aa9170 authored by Fatih Acet's avatar Fatih Acet

Fix failed test because of a copy change.

parent 66241c1b
......@@ -61,7 +61,7 @@ feature 'Merge request conflict resolution', js: true, feature: true do
visit current_url + '/conflicts'
wait_for_ajax
expect(find('#conflicts')).to have_content('Unable to resolve conflicts')
expect(find('#conflicts')).to have_content('Please try to resolve them locally.')
end
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