CI: install ChromeDriver
Some checks failed
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 13s
CI / test (push) Failing after 1m40s

#5
This commit is contained in:
sto
2025-12-12 10:56:18 +01:00
parent 683d99ab12
commit 411273fcea
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ jobs:
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config chromium-chromedriver
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -19,7 +19,7 @@ RSpec.describe "Exports", type: :system do
it "should be possible to export the list of contestants", :with_downloads do
login(user)
sleep 0.5
sleep 0.6
visit contest_contestants_path(contest)