Skip to content

Instantly share code, notes, and snippets.

@foliea
Created September 11, 2014 10:31
Show Gist options
  • Save foliea/dae83f8801e3961b13d5 to your computer and use it in GitHub Desktop.
Save foliea/dae83f8801e3961b13d5 to your computer and use it in GitHub Desktop.
it 'closes properly the dropdown associated to each option', js: :true do
options.each do |option, code|
show_dropdown(option)
select_option(option, code)
expect(dropdown_closed?(option)).to be true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment