Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update capybara when deprecations are fixed #800

Open
2 tasks
RandomTannenbaum opened this issue Feb 17, 2025 · 0 comments
Open
2 tasks

Update capybara when deprecations are fixed #800

RandomTannenbaum opened this issue Feb 17, 2025 · 0 comments

Comments

@RandomTannenbaum
Copy link
Collaborator

The current Capybara Version calls the deprecated clear_local_storage and clear_session_storage functions. This produces a lot of deprecation warnings, which clutter our test log. Currently we just suppress these warnings (see capybara.rb). As commented in the ticket below they will look at it soon. When the deprecated calls are removed we should be able to remove the suppression.

teamcapybara/capybara#2779

ToDo

  • Update Capybara when the deprecated calls are removed
  • Remove the line that suppresses the deprecation warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant