Update circle config

This commit is contained in:
Eugene Burmakin 2025-05-29 11:52:56 +02:00
parent 4c6bd5c6ae
commit fd90e28ba8

View file

@ -49,10 +49,8 @@ RSpec.configure do |config|
driven_by :selenium, using: :headless_chrome, options: { driven_by :selenium, using: :headless_chrome, options: {
browser: :remote, browser: :remote,
url: "http://localhost:4444/wd/hub", url: "http://localhost:4444/wd/hub",
capabilities: { options: {
chromeOptions: { args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
}
} }
} }
else else