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:
Rob Harrington
2017-07-28 11:54:48 +10:00
parent 7641dcc1be
commit 9f6931ba18
2 changed files with 1 additions and 1 deletions

View File

@@ -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