diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-08 11:10:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-08 11:10:22 +0200 |
commit | d800ec5f36fa8d57f29c577bcf797a79081342d5 (patch) | |
tree | 56fe149f3c5d88827107638ca1778741e8be6e91 | |
parent | f2c29ced30225f2926f7df2a66d3e69d08323994 (diff) | |
download | PeerTube-d800ec5f36fa8d57f29c577bcf797a79081342d5.tar.gz PeerTube-d800ec5f36fa8d57f29c577bcf797a79081342d5.tar.zst PeerTube-d800ec5f36fa8d57f29c577bcf797a79081342d5.zip |
Use android 7 for browser stack
-rw-r--r-- | client/e2e/wdio.browserstack.conf.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/wdio.browserstack.conf.ts b/client/e2e/wdio.browserstack.conf.ts index b89cdbc2e..944df8bdd 100644 --- a/client/e2e/wdio.browserstack.conf.ts +++ b/client/e2e/wdio.browserstack.conf.ts | |||
@@ -82,7 +82,7 @@ module.exports = { | |||
82 | { | 82 | { |
83 | browserName: 'Chrome', | 83 | browserName: 'Chrome', |
84 | 84 | ||
85 | ...buildBStackMobileOptions('Latest Chrome Android', 'Samsung Galaxy S6', '5.0') | 85 | ...buildBStackMobileOptions('Latest Chrome Android', 'Samsung Galaxy S8', '7.0') |
86 | }, | 86 | }, |
87 | { | 87 | { |
88 | browserName: 'Safari', | 88 | browserName: 'Safari', |