Skip to content

Commit

Permalink
fix test for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMor25 committed Dec 11, 2023
1 parent 9046cbc commit c89e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/useragent-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Useragent info', function () {
var runner = testcafe.createRunner();

return runner
.browsers('saucelabs:chrome@latest')
.browsers('saucelabs:chrome@119')
.src('test/testcafe/resize-test.js')
.reporter('json', {
write: function (data) {
Expand Down

0 comments on commit c89e77c

Please sign in to comment.