mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
module Spree
|
|
module CheckoutHelpers
|
|
def click_checkout_continue_button
|
|
page.find('#add_new_save_checkout_button input[type=submit]').click
|
|
end
|
|
end
|
|
end
|