Skip to content

Commit

Permalink
Add sleep to wait for Selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 24, 2023
1 parent fbd88ab commit b0712c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
--name selenium_server \
-v ${PWD}:${PWD} \
selenium/standalone-firefox:4.16.1-20231219
- name: Wait for Selenium
run: sleep 5
shell: bash
- name: Integration
run: npm run test:integration
- name: Stop Selenium Server
Expand Down

0 comments on commit b0712c4

Please sign in to comment.