We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a63ed commit d82b669Copy full SHA for d82b669
.github/workflows/jobs.yaml
@@ -229,7 +229,7 @@ jobs:
229
230
- name: Run TestCafe Tests
231
run: |
232
- npx testcafe "chrome:headless" web-app/tests/subpath-nginx/ --skip-js-errors --selector-timeout 10000 --assertion-timeout 10000 -c 3 --debug-on-fail
+ npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/subpath-nginx/ --skip-js-errors --selector-timeout 10000 --assertion-timeout 10000 -c 3 --debug-on-fail
233
- name: Clean up docker
234
if: always()
235
0 commit comments