mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-24 01:13:21 +00:00
6 lines
129 B
Ruby
6 lines
129 B
Ruby
module UIComponentHelper
|
|
def open_active_table_row
|
|
find("hub:first-child .active_table_row:first-child").click()
|
|
end
|
|
end
|