diff options
Diffstat (limited to 'client')
-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', |