Commit afa09780 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch...

Merge branch '118803-transient-failure-in-spec-features-merge_request-user_posts_notes_spec-rb-156' into 'master'

Resolve "Transient failure in spec/features/merge_request/user_posts_notes_spec.rb:156"

Closes #118803

See merge request gitlab-org/gitlab!22951
parents 93f05ed3 76d9dc34
......@@ -165,9 +165,9 @@ describe 'Merge request > User posts notes', :js do
find('.js-note-edit').click
page.within('.current-note-edit-form') do
expect(find('#note_note').value).to eq('This is the new content')
expect(find('#note_note').value).to include('This is the new content')
first('.js-md').click
expect(find('#note_note').value).to eq('This is the new content****')
expect(find('#note_note').value).to include('This is the new content****')
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