senny / corner_stones

capybara building blocks for acceptance tests.
18 stars 8 forks source link

Optimize waiting period for the autocompletion list #4

Closed stmichael closed 12 years ago

stmichael commented 12 years ago

Instead of waiting one second until the autocompletion list appear, it would be much nicer to have a behavior like wait_until.

senny commented 12 years ago

The sleep was replaced with a timeout: see 0250c85 for details