Use cuprite to drive Chrome (#60)

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.

Reviewed-on: #60
This commit is contained in:
Andrew Tomaka 2025-06-06 00:00:54 -04:00
parent 3eb819ab68
commit 8ed6eabdb2
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"