spinach fix

This commit is contained in:
Valery Sizov
2015-12-31 15:59:08 +02:00
parent 7945cf4163
commit bf03acfa25
+1 -1
View File
@@ -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