Commit 2ec7b518 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '_acet-fix-spec' into 'master'

Fix one disabled spec of comment posting.

See merge request gitlab-org/gitlab-ce!20747
parents 38736175 85b982a4
...@@ -185,11 +185,11 @@ describe 'Merge request > User posts diff notes', :js do ...@@ -185,11 +185,11 @@ describe 'Merge request > User posts diff notes', :js do
end end
describe 'posting a note' do describe 'posting a note' do
xit 'adds as discussion' do it 'adds as discussion' do
expect(page).to have_css('.js-temp-notes-holder', count: 2) expect(page).to have_css('.js-temp-notes-holder', count: 2)
should_allow_commenting(find('[id="6eb14e00385d2fb284765eb1cd8d420d33d63fc9_22_22"]'), asset_form_reset: false) should_allow_commenting(find('[id="6eb14e00385d2fb284765eb1cd8d420d33d63fc9_22_22"]'), asset_form_reset: false)
expect(page).to have_css('.notes_holder .note', count: 1) expect(page).to have_css('.notes_holder .note.note-discussion', count: 1)
expect(page).to have_css('.js-temp-notes-holder', count: 1) expect(page).to have_css('.js-temp-notes-holder', count: 1)
expect(page).to have_button('Reply...') expect(page).to have_button('Reply...')
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