Skip to content

Commit 94ffba0

Browse files
authored
fix: uses chromium in testcafe tests (#4544)
* fix: TestCafe uses chromium as default * Update TestCafe_test.js * Update TestCafe.js
1 parent 8d18312 commit 94ffba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/helper/TestCafe_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('TestCafe', function () {
2222
url: siteUrl,
2323
windowSize: '1000x700',
2424
show: false,
25-
browser: 'chrome',
25+
browser: 'chromium',
2626
restart: false,
2727
waitForTimeout: 5000,
2828
})

0 commit comments

Comments
 (0)