Commit aab12b32 authored by Kyle Wiebers's avatar Kyle Wiebers

Merge branch...

Merge branch '351878-spec-failure-in-spec-features-issues-user_interacts_with_awards_spec-rb-user-interacts-with' into 'master'

Quarantine a flaky spec

See merge request gitlab-org/gitlab!79869
parents f1e83fc2 b066a7c9
......@@ -49,7 +49,7 @@ RSpec.describe 'User interacts with awards' do
end
end
it 'toggles a custom award emoji' do
it 'toggles a custom award emoji', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/351878' do
page.within('.awards') do
page.find('.add-reaction-button').click
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