From 94bd870fcc88ff50be4e3657dd6b4db127ebe9f9 Mon Sep 17 00:00:00 2001 From: Armin Kirchner Date: Fri, 8 Aug 2025 12:38:09 +0200 Subject: [PATCH] chore: Migrate back to chrome for CI tests Chrome seems to reliably execute the system test again. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 599eae3b8..188365eb0 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