spinach fix

This commit is contained in:
Valery Sizov 2015-12-31 15:58:52 +02:00
parent 7945cf4163
commit bf03acfa25
1 changed files with 1 additions and 1 deletions

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