Skip to content

Commit 6a2a39c

Browse files
test: update expectation tests for Firefox v137
1 parent 2366f7e commit 6a2a39c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-v134/firefox/Firefox.app/Contents/MacOS/firefox'
26+
command: 'firefox-v135/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-v135/firefox/Firefox.app/Contents/MacOS/firefox'
26+
command: 'firefox-v136/firefox/Firefox.app/Contents/MacOS/firefox'
2727
}
2828
},
2929

test/integration/audio-encoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ describe('AudioEncoder', () => {
946946
expect(encodedAudioChunkMetadata).to.deep.equal({
947947
decoderConfig
948948
});
949-
} else if (!/Firefox\/13[67]/.test(navigator.userAgent)) {
949+
} else if (!/Firefox\/13[78]/.test(navigator.userAgent)) {
950950
expect(encodedAudioChunkMetadata).to.deep.equal({
951951
decoderConfig: { ...decoderConfig, description: new Uint8Array(decoderConfig.description).buffer }
952952
});

0 commit comments

Comments
 (0)