goodwill / capybara-select2

Helper for capybara to be able to trigger select on select2 javascript (needed for js enabled test only)
MIT License
80 stars 111 forks source link

Add a timeout for ajax searches #40

Open codenamev opened 9 years ago

codenamev commented 9 years ago

Currently if there is a lag in search results it gives a false failure. This adds a timeout to constantly check the page for updated results.