mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Move embedded shopfronts iframe view into spec/support/views
Was causing issues with zeus where it was (in spec/dummy) Didn't get to the bottom of what was happening, this was just a quick, simple and zero-cost solution
This commit is contained in:
@@ -56,7 +56,7 @@ feature "Using embedded shopfront functionality", js: true do
|
||||
Spree::Config[:embedded_shopfronts_whitelist] = 'localhost'
|
||||
|
||||
page.driver.browser.js_errors = false
|
||||
Capybara.current_session.driver.visit('spec/dummy/iframe_test.html')
|
||||
Capybara.current_session.driver.visit('spec/support/views/iframe_test.html')
|
||||
end
|
||||
|
||||
after do
|
||||
|
||||
Reference in New Issue
Block a user