From f42bf111569c487c6bce40223f93887d1d0feca0 Mon Sep 17 00:00:00 2001 From: Armin Kirchner Date: Fri, 8 Aug 2025 12:30:21 +0200 Subject: [PATCH] chore: Migrate back to chrome for CI tests Chrome seems to reliably execute the system test again. Newly added system test have some issues with Firefox. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1cef1e1..d5c168d8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,9 +79,6 @@ jobs: env: RAILS_ENV: test CC_TEST_REPORTER_ID: true - # Use Firefox for system tests until Chrome headless works reliably again. - # See https://github.com/SeleniumHQ/selenium/issues/15273 - BROWSER: firefox run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress - name: Upload coverage reports to Codecov