Skip to content

Commit

Permalink
Extend the tap pause until a way is found to make the view response b…
Browse files Browse the repository at this point in the history
…lock until an alert is fully in place.
  • Loading branch information
Rob Holland committed May 11, 2010
1 parent 8b1fc7d commit cab722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/icuke/cucumber.rb
Expand Up @@ -68,7 +68,7 @@ def tap(label, options = {}, &block)

@simulator.fire_event(Tap.new(x, y, options))

sleep(options[:pause] ? 1 : 0.2)
sleep(options[:pause] ? 2 : 0.2)

refresh

Expand Down

0 comments on commit cab722c

Please sign in to comment.