You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moduleCapybaraExtensions# Selects option from <select> drop down then closes the drop down.# Useful when a drop down obscures an element that needs to be clicked.defselect_then_close(value,options={})select(value,options)press_tab_keyenddefpress_tab_keyfind('body').send_keys:tabendendRSpec.configuredo |config|
config.includeCapybaraExtensions,type: :featureend
The text was updated successfully, but these errors were encountered:
File:
spec/support/capybara_extensions.rb
The text was updated successfully, but these errors were encountered: