Sets js_errors: to false and keeps headless; true

Sets js_errors to false

Sets headless to true
This commit is contained in:
filipefurtad0
2021-10-14 11:44:22 +01:00
parent 1efba73cb3
commit ef68791fd6

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