mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Make embedded_shopfronts_spec work with selenium
This commit is contained in:
@@ -76,11 +76,11 @@ feature "Using embedded shopfront functionality", js: true do
|
||||
end
|
||||
|
||||
within "#shipping" do
|
||||
find('input[type="radio"]').trigger 'click'
|
||||
find('input[type="radio"]').click
|
||||
end
|
||||
|
||||
within "#payment" do
|
||||
find('input[type="radio"]').trigger 'click'
|
||||
find('input[type="radio"]').click
|
||||
end
|
||||
|
||||
place_order
|
||||
|
||||
Reference in New Issue
Block a user