@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user