@@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install packages
|
- 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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
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
|
it "should be possible to export the list of contestants", :with_downloads do
|
||||||
login(user)
|
login(user)
|
||||||
|
|
||||||
sleep 0.5
|
sleep 0.6
|
||||||
|
|
||||||
visit contest_contestants_path(contest)
|
visit contest_contestants_path(contest)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user