Skip to content

Commit

Permalink
Silence deprecation warnings until upstream Capybara is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Nov 28, 2024
1 parent ee24c3e commit f17f19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
end
end

Selenium::WebDriver.logger.ignore(:clear_local_storage, :clear_session_storage) # Silence deprecation warnings until upstream Capybara version is updated https://github.com/teamcapybara/capybara/issues/2779

# Capybara.javascript_driver = :webkit
# Capybara.default_driver = :sniffybara
# Capybara.default_driver = :selenium_chrome # Uncomment to debug feature tests
Expand Down

0 comments on commit f17f19e

Please sign in to comment.