Skip to content

Commit c5f09f6

Browse files
committed
Add disable-feature to fix testcafe and chrome 142.x
1 parent 14f854b commit c5f09f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
run: |
4747
yarn install --frozen-lockfile
4848
npx testcafe \
49-
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost' \
49+
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost --disable-features=LocalNetworkAccessChecks' \
5050
--hostname localhost \
5151
--base-url http://localhost:8080 \
5252
tests/*Tests.js \

0 commit comments

Comments
 (0)