Commit 22d85fbc authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'quarantine-flaky-spec' into 'master'

Quarantine a flaky spec

See merge request gitlab-org/gitlab!25978
parents 117e2614 33375221
...@@ -24,7 +24,7 @@ describe 'Thread Comments Commit', :js do ...@@ -24,7 +24,7 @@ describe 'Thread Comments Commit', :js do
expect(page).to have_css('.js-note-emoji') expect(page).to have_css('.js-note-emoji')
end end
it 'adds award to the correct note' do it 'adds award to the correct note', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/207973' do
find("#note_#{commit_discussion_note2.id} .js-note-emoji").click find("#note_#{commit_discussion_note2.id} .js-note-emoji").click
first('.emoji-menu .js-emoji-btn').click first('.emoji-menu .js-emoji-btn').click
......
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