I use capybara with capybara-webkit and Semantic-ui, but it seams that dropdowns doesn't work out of box, because <select>
element is hidden:
# feature_spec.rb
select 'option1', from: 'Options'
$ rspec feature_spec.rb
Capybara::ElementNotFound:
Unable to find select box "Options"
Do you have working solutions for this?