Skip to content

Commit

Permalink
Deactivate w3c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 1, 2024
1 parent c4b0817 commit 5311cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Capybara.server = :webrick

Capybara.register_driver :headless_chrome do |app|
options = Selenium::WebDriver::Chrome::Options.new(args: %w[no-sandbox headless disable-gpu])
options = Selenium::WebDriver::Chrome::Options.new(args: %w[no-sandbox headless disable-gpu], w3c: false)

Capybara::Selenium::Driver.new(app, browser: :chrome, options: options)
end
Expand Down

0 comments on commit 5311cbe

Please sign in to comment.