Files
openfoodnetwork/spec/support/request/ui_component_helper.rb

6 lines
129 B
Ruby

module UIComponentHelper
def open_active_table_row
find("hub:first-child .active_table_row:first-child").click()
end
end