Replace selenium-webdriver with playwright (#34867)
This commit is contained in:
parent
b8cc9b3290
commit
629bb74451
6 changed files with 45 additions and 43 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue