Skip to content

Commit 8b66a15

Browse files
authored
fix: pin test cafe to 3.3.0 (#359)
- we've had some problems getting acceptance tests to pass in the release workflow since test cafe 3.4.0 was released 3 weeks ago - the last release used version 3.3.0 and was successful - so this pins to that version
1 parent 7c1090f commit 8b66a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/acceptance-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
- name: Run acceptance tests
3434
uses: DevExpress/testcafe-action@latest
3535
with:
36+
version: "3.3.0"
3637
args: "'chrome --ignore-certificate-errors --allow-insecure-localhost' --hostname localhost ./pass-acceptance-testing/tests/*Tests.js --selector-timeout ${{ inputs.timeouts}} --assertion-timeout ${{ inputs.timeouts}} --ajax-request-timeout ${{ inputs.timeouts}}"
3738

3839
- name: Stop pass-docker

0 commit comments

Comments
 (0)