Commit b4e72516 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'spec_fix' into 'master'

[Award Emoji]: sporadic spec fix



See merge request !2833
parents 4c3fe9e1 719b5889
......@@ -46,6 +46,8 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
end
step 'I have award added' do
sleep 0.2
page.within '.awards' do
expect(page).to have_selector '.award'
expect(page.find('.award.active .counter')).to have_content '1'
......
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