Skip to content

Commit

Permalink
test: update expectation tests for Firefox v126
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed May 14, 2024
1 parent 656cf47 commit fbb2736
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-firefox-penultimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (config) => {
customLaunchers: {
penultimateFirefoxHeadless: {
base: 'FirefoxHeadless',
command: 'firefox-v123/firefox/Firefox.app/Contents/MacOS/firefox'
command: 'firefox-v124/firefox/Firefox.app/Contents/MacOS/firefox'
}
},

Expand Down
2 changes: 1 addition & 1 deletion config/karma/config-expectation-firefox-previous.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (config) => {
customLaunchers: {
PreviousFirefoxHeadless: {
base: 'FirefoxHeadless',
command: 'firefox-v124/firefox/Firefox.app/Contents/MacOS/firefox'
command: 'firefox-v125/firefox/Firefox.app/Contents/MacOS/firefox'
}
},

Expand Down

0 comments on commit fbb2736

Please sign in to comment.