aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-27 15:18:47 +0100
committerChocobozzz <me@florianbigard.com>2023-02-27 15:28:57 +0100
commit92a6e85fe7679b47bb61f7ff6bc757c7ee75a440 (patch)
treed8186688a1d0829a38a1fc68e78ae397fda9b5b9 /client/e2e
parent20934c82b6390f34610aa8190e8835b202830f55 (diff)
downloadPeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.tar.gz
PeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.tar.zst
PeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.zip
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
Diffstat (limited to 'client/e2e')
-rw-r--r--client/e2e/wdio.browserstack.conf.ts4
1 files changed, 2 insertions, 2 deletions
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 = {
64 }, 64 },
65 { 65 {
66 browserName: 'Safari', 66 browserName: 'Safari',
67 browserVersion: '11.1', 67 browserVersion: '12.1',
68 68
69 ...buildBStackDesktopOptions('Safari Desktop', '1280x1024') 69 ...buildBStackDesktopOptions('Safari Desktop', '1280x1024')
70 }, 70 },
@@ -87,7 +87,7 @@ module.exports = {
87 { 87 {
88 browserName: 'Safari', 88 browserName: 'Safari',
89 89
90 ...buildBStackMobileOptions('Safari iPhone', 'iPhone SE', '11') 90 ...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12')
91 }, 91 },
92 { 92 {
93 browserName: 'Safari', 93 browserName: 'Safari',