Commit 326f6ce4 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent b47d971e
......@@ -14,7 +14,7 @@ describe 'User interacts with awards' do
visit(project_issue_path(project, issue))
end
it 'toggles the thumbsup award emoji' do
it 'toggles the thumbsup award emoji', :quarantine do
page.within('.awards') do
thumbsup = page.first('.award-control')
thumbsup.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