Commit 7196adaa authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-award-emoji-transient-spec' into 'master'

Potential fix for intermittent spec failure in award emoji specs

Closes #30399

See merge request !10476
parents c7132929 32e2783f
......@@ -24,7 +24,9 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
step 'I click to emoji in the picker' do
page.within '.emoji-menu-content' do
page.first('.js-emoji-btn').click
emoji_button = page.first('.js-emoji-btn')
emoji_button.hover
emoji_button.click
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