diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-28 09:54:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-28 10:06:52 +0100 |
commit | 748c6e4ef6eb0edf9017796b65edffa4071a9547 (patch) | |
tree | 34a02869d59b5f97efeb4dfba7b26141bdc5f4b0 | |
parent | 2729af6ddd2b437d40d3ce91a027a4c89a633c4d (diff) | |
download | PeerTube-748c6e4ef6eb0edf9017796b65edffa4071a9547.tar.gz PeerTube-748c6e4ef6eb0edf9017796b65edffa4071a9547.tar.zst PeerTube-748c6e4ef6eb0edf9017796b65edffa4071a9547.zip |
Breaking: drop firefox 68 support
Only support firefox >= 78
-rw-r--r-- | client/e2e/wdio.browserstack.conf.ts | 4 |
1 files 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 = { | |||
57 | }, | 57 | }, |
58 | { | 58 | { |
59 | browserName: 'Firefox', | 59 | browserName: 'Firefox', |
60 | browserVersion: '68', // Very old ESR | 60 | browserVersion: '78', // Very old ESR |
61 | 61 | ||
62 | ...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows') | 62 | ...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows') |
63 | }, | 63 | }, |
@@ -86,7 +86,7 @@ module.exports = { | |||
86 | { | 86 | { |
87 | browserName: 'Safari', | 87 | browserName: 'Safari', |
88 | 88 | ||
89 | ...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12') | 89 | ...buildBStackMobileOptions('Safari iPhone', 'iPhone 8 Plus', '12.4') |
90 | }, | 90 | }, |
91 | { | 91 | { |
92 | browserName: 'Safari', | 92 | browserName: 'Safari', |