Skip to content
Snippets Groups Projects
Commit 2c1f8e2d authored by Valery Sizov's avatar Valery Sizov
Browse files

Merge branch 'spinach_random_fix' into 'master'

Spinach fix

/cc @rspeicher @rdavila 

See merge request !2263
parents ab08321b bf03acfa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
page.within '.awards' do
expect do
page.find('.award.active').click
sleep 0.1
sleep 0.3
end.to change{ page.all(".award").size }.from(3).to(2)
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment