mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Sets js_errors: to false and keeps headless; true
Sets js_errors to false Sets headless to true
This commit is contained in:
@@ -14,7 +14,7 @@ Capybara.register_driver(:cuprite) do |app|
|
||||
url_whitelist: ["http://localhost", "http://0.0.0.0", "http://127.0.0.1"],
|
||||
inspector: true,
|
||||
headless: true,
|
||||
js_errors: true,
|
||||
js_errors: false,
|
||||
}
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user