From 92a6e85fe7679b47bb61f7ff6bc757c7ee75a440 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Feb 2023 15:18:47 +0100 Subject: Breaking: remove ios 11, safari 11 support Angular doesn't support these web browsers anymore Safari 11 and iOS 11 are not supported anymore by Apple --- client/e2e/wdio.browserstack.conf.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/e2e/wdio.browserstack.conf.ts') diff --git a/client/e2e/wdio.browserstack.conf.ts b/client/e2e/wdio.browserstack.conf.ts index 944df8bdd..b40de8fa3 100644 --- a/client/e2e/wdio.browserstack.conf.ts +++ b/client/e2e/wdio.browserstack.conf.ts @@ -64,7 +64,7 @@ module.exports = { }, { browserName: 'Safari', - browserVersion: '11.1', + browserVersion: '12.1', ...buildBStackDesktopOptions('Safari Desktop', '1280x1024') }, @@ -87,7 +87,7 @@ module.exports = { { browserName: 'Safari', - ...buildBStackMobileOptions('Safari iPhone', 'iPhone SE', '11') + ...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12') }, { browserName: 'Safari', -- cgit v1.2.3