Skip to content

Commit

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

0 comments on commit 55ac713

Please sign in to comment.