Skip to content

Commit

Permalink
test: update expectation tests for Chrome v124
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Apr 18, 2024
1 parent 3ddc310 commit e84a043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/karma/config-expectation-chrome-penultimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ module.exports = (config) => {
}
});

env.CHROME_BIN = 'chromium-v121/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
env.CHROME_BIN = 'chromium-v122/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
};
2 changes: 1 addition & 1 deletion config/karma/config-expectation-chrome-previous.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ module.exports = (config) => {
}
});

env.CHROME_BIN = 'chromium-v122/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
env.CHROME_BIN = 'chromium-v123/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
};

0 comments on commit e84a043

Please sign in to comment.