You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The current Capybara Version calls the deprecated
clear_local_storage
andclear_session_storage
functions. This produces a lot of deprecation warnings, which clutter our test log. Currently we just suppress these warnings (seecapybara.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
The text was updated successfully, but these errors were encountered: