From fbb2736ebecd86e0c93390d9f446ab4d6cab7a38 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Tue, 14 May 2024 20:02:50 +0200 Subject: [PATCH] test: update expectation tests for Firefox v126 --- config/karma/config-expectation-firefox-penultimate.js | 2 +- config/karma/config-expectation-firefox-previous.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/karma/config-expectation-firefox-penultimate.js b/config/karma/config-expectation-firefox-penultimate.js index ca124234..b2363d5d 100644 --- a/config/karma/config-expectation-firefox-penultimate.js +++ b/config/karma/config-expectation-firefox-penultimate.js @@ -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' } }, diff --git a/config/karma/config-expectation-firefox-previous.js b/config/karma/config-expectation-firefox-previous.js index 5d2551c0..74115cec 100644 --- a/config/karma/config-expectation-firefox-previous.js +++ b/config/karma/config-expectation-firefox-previous.js @@ -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' } },