attentive/js-features/steps/when/i_wait_time.js.coffee
2012-03-13 13:20:57 -04:00

4 lines
92 B
CoffeeScript

Flowerbox.When /^I wait (\d+) seconds?$/, (secs) ->
Flowerbox.pause(Number(secs) * 1000)