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

Use `match: :first` after changing first to find #45

Open fluke opened 8 years ago

fluke commented 8 years ago

In #37 we changed the first() to find() but this leads to #41. This is a fix for the same.