diff --git a/Gemfile b/Gemfile index b6ecb0126d..eec6f7d3af 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index f3bf0cfa54..c399cf4f07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1047,6 +1047,7 @@ DEPENDENCIES parslet pg (~> 1.5) pghero + playwright-ruby-client (= 1.54.1) premailer-rails prometheus_exporter (~> 2.2) propshaft