From fd90e28ba83ba8f49b0bce163aafc77adf6baf65 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 29 May 2025 11:52:56 +0200 Subject: [PATCH] Update circle config --- spec/rails_helper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index f18f3fa0..74e85b94 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -49,10 +49,8 @@ RSpec.configure do |config| driven_by :selenium, using: :headless_chrome, options: { browser: :remote, url: "http://localhost:4444/wd/hub", - capabilities: { - chromeOptions: { - args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage] - } + options: { + args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage] } } else