Skip to content

Commit

Permalink
test: update expectation tests for Chrome v131
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Nov 13, 2024
1 parent cae1ace commit ce6de85
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-v128/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
env.CHROME_BIN = 'chromium-v129/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-v129/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
env.CHROME_BIN = 'chromium-v130/chrome-mac/Chromium.app/Contents/MacOS/Chromium';
};

0 comments on commit ce6de85

Please sign in to comment.