From 748c6e4ef6eb0edf9017796b65edffa4071a9547 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Feb 2023 09:54:24 +0100 Subject: [PATCH] Breaking: drop firefox 68 support Only support firefox >= 78 --- client/e2e/wdio.browserstack.conf.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/e2e/wdio.browserstack.conf.ts b/client/e2e/wdio.browserstack.conf.ts index c3c1e2b34..0d68c8541 100644 --- a/client/e2e/wdio.browserstack.conf.ts +++ b/client/e2e/wdio.browserstack.conf.ts @@ -57,7 +57,7 @@ module.exports = { }, { browserName: 'Firefox', - browserVersion: '68', // Very old ESR + browserVersion: '78', // Very old ESR ...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows') }, @@ -86,7 +86,7 @@ module.exports = { { browserName: 'Safari', - ...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12') + ...buildBStackMobileOptions('Safari iPhone', 'iPhone 8 Plus', '12.4') }, { browserName: 'Safari', -- 2.41.0