Replace selenium-webdriver with playwright (#34867)

This commit is contained in:
Matt Jankowski 2025-06-10 12:33:46 -04:00 committed by GitHub
parent b8cc9b3290
commit 629bb74451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 43 deletions

View file

@ -137,7 +137,7 @@ group :test do
# Browser integration testing
gem 'capybara', '~> 3.39'
gem 'selenium-webdriver'
gem 'capybara-playwright-driver'
# Used to reset the database between system tests
gem 'database_cleaner-active_record'