Skip to content

Commit

Permalink
test: use Chrome Canary on Linux (#1687)
Browse files Browse the repository at this point in the history
which is now available
  • Loading branch information
fippo authored Nov 27, 2024
1 parent 9d01559 commit 4ee1f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (os.platform() === 'win32') {
function mapVersion(browser, version) {
const versionMap = {
chrome: {
unstable: 'dev',
unstable: 'canary',
},
firefox: {
unstable: 'nightly',
Expand Down

0 comments on commit 4ee1f6f

Please sign in to comment.