@@ -69,6 +69,9 @@ jobs:
|
|||||||
ruby-version: .ruby-version
|
ruby-version: .ruby-version
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Install webdrivers
|
||||||
|
run: gem install webdrivers
|
||||||
|
|
||||||
- name: Setup test database
|
- name: Setup test database
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
|||||||
@@ -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