Skip to content

Commit

Permalink
Update TestCafe_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Nov 7, 2024
1 parent ae084e5 commit d63e6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/TestCafe_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('TestCafe', function () {
url: siteUrl,
windowSize: '1000x700',
show: false,
browser: 'chrome',
browser: 'chromium',
restart: false,
waitForTimeout: 5000,
})
Expand Down

0 comments on commit d63e6c2

Please sign in to comment.