Skip to content

Commit c05d653

Browse files
test: update expectation tests for Firefox v145
1 parent 228af76 commit c05d653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/karma/config-expectation-firefox-penultimate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = (config) => {
2323
customLaunchers: {
2424
PenultimateFirefoxHeadless: {
2525
base: 'FirefoxHeadless',
26-
command: 'firefox-v142/firefox/Firefox.app/Contents/MacOS/firefox'
26+
command: 'firefox-v143/firefox/Firefox.app/Contents/MacOS/firefox'
2727
}
2828
},
2929

config/karma/config-expectation-firefox-previous.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = (config) => {
2323
customLaunchers: {
2424
PreviousFirefoxHeadless: {
2525
base: 'FirefoxHeadless',
26-
command: 'firefox-v143/firefox/Firefox.app/Contents/MacOS/firefox'
26+
command: 'firefox-v144/firefox/Firefox.app/Contents/MacOS/firefox'
2727
}
2828
},
2929

0 commit comments

Comments
 (0)