mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #8357 from filipefurtad0/remove_js_errors_on_system
Sets js_errors to false
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