Merge pull request #8357 from filipefurtad0/remove_js_errors_on_system

Sets js_errors to false
This commit is contained in:
Maikel
2021-10-15 14:42:03 +11:00
committed by GitHub

View File

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