From 347fd59f4bcdc33af2a6f550fd780aaf476aca76 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Feb 2025 15:20:35 +0100 Subject: [PATCH] Safari desktop 13 is not supported anymore --- client/e2e/wdio.browserstack.conf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/e2e/wdio.browserstack.conf.ts b/client/e2e/wdio.browserstack.conf.ts index a88c31d56..a4daafe51 100644 --- a/client/e2e/wdio.browserstack.conf.ts +++ b/client/e2e/wdio.browserstack.conf.ts @@ -77,7 +77,7 @@ module.exports = { }, { browserName: 'Safari', - browserVersion: '13', + browserVersion: '14', ...buildBStackDesktopOptions({ sessionName: 'Safari Desktop', resolution: '1280x1024' }) },