attentive/js-features/steps/when/i_wait_time.js.coffee

4 lines
92 B
CoffeeScript
Raw Normal View History

2012-03-13 17:20:57 +00:00
Flowerbox.When /^I wait (\d+) seconds?$/, (secs) ->
Flowerbox.pause(Number(secs) * 1000)