calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

add configurable default_wait_time #42

Closed acrogenesis closed 9 years ago

acrogenesis commented 9 years ago

Adds the config option default_wait_time which defaults to 0. Making js tests fast :+1: If you have some AJAX form you can configure it Formulaic.default_wait_time = 5

acrogenesis commented 9 years ago

@calebthompson what do you think of this approach to solve #18?

acrogenesis commented 9 years ago

bump

calebhearth commented 9 years ago

Merged as 557d7e1f1c919b07a0f7307aae70abb605c85497

acrogenesis commented 9 years ago

We forgot to close this PR, I'll close it now :+1: