Force playwright-ruby-client version to keep it in sync with the NPM package (#36225)
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -138,6 +138,7 @@ group :test do
|
||||
# Browser integration testing
|
||||
gem 'capybara', '~> 3.39'
|
||||
gem 'capybara-playwright-driver'
|
||||
gem 'playwright-ruby-client', '1.54.1', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
|
||||
|
||||
# Used to reset the database between system tests
|
||||
gem 'database_cleaner-active_record'
|
||||
|
||||
Reference in New Issue
Block a user