Commit e25b9c28 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-failing-resolve-conflicts-spec' into 'master'

Fixed failing conflict resolve spec

Closes #9645

See merge request gitlab-org/gitlab-ee!9484
parents 472e929e 5b74c243
...@@ -44,16 +44,6 @@ msgstr "" ...@@ -44,16 +44,6 @@ msgstr ""
msgid "\"%{query}\" in projects" msgid "\"%{query}\" in projects"
msgstr "" msgstr ""
msgid "%d addition"
msgid_plural "%d additions"
msgstr[0] ""
msgstr[1] ""
msgid "%d changed file"
msgid_plural "%d changed files"
msgstr[0] ""
msgstr[1] ""
msgid "%d commit" msgid "%d commit"
msgid_plural "%d commits" msgid_plural "%d commits"
msgstr[0] "" msgstr[0] ""
......
...@@ -37,6 +37,8 @@ describe 'Merge request > User resolves conflicts', :js do ...@@ -37,6 +37,8 @@ describe 'Merge request > User resolves conflicts', :js do
click_on 'Changes' click_on 'Changes'
wait_for_requests wait_for_requests
find('.js-toggle-tree-list').click
within find('.diff-file', text: 'files/ruby/popen.rb') do within find('.diff-file', text: 'files/ruby/popen.rb') do
expect(page).to have_selector('.line_content.new', text: "vars = { 'PWD' => path }") expect(page).to have_selector('.line_content.new', text: "vars = { 'PWD' => path }")
expect(page).to have_selector('.line_content.new', text: "options = { chdir: path }") expect(page).to have_selector('.line_content.new', text: "options = { chdir: path }")
......
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