mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
6 lines
89 B
Ruby
6 lines
89 B
Ruby
module MenuHelper
|
|
def open_login_modal
|
|
find(:link, text: "LOG IN").click
|
|
end
|
|
end
|