Use cuprite to drive Chrome
Some checks failed
Ruby CI / test (pull_request) Failing after 40s

headless tests started to fail due to elements not being present in time
or not being found period.  CBA to fix so just switch to this other
driver for now.
This commit is contained in:
Andrew Tomaka 2025-06-05 23:51:09 -04:00
parent 74a06e01b0
commit 3f1110112d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 14 additions and 14 deletions

View file

@ -61,7 +61,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "cuprite"
end
gem "tailwindcss-rails", "~> 3.3.1"