aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/protractor.conf.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-07 14:03:46 +0200
committerChocobozzz <me@florianbigard.com>2020-08-07 14:20:38 +0200
commit61c299eb24016dc6c76cf0c7a6fc6b05ccb654fc (patch)
tree7254506ca888a9f90d5d67cf65334f5f62a50728 /client/e2e/protractor.conf.js
parentd5cefc1fa5b961b9c6f0efb60baf876b3f453658 (diff)
downloadPeerTube-61c299eb24016dc6c76cf0c7a6fc6b05ccb654fc.tar.gz
PeerTube-61c299eb24016dc6c76cf0c7a6fc6b05ccb654fc.tar.zst
PeerTube-61c299eb24016dc6c76cf0c7a6fc6b05ccb654fc.zip
Add ipad e2e test
Diffstat (limited to 'client/e2e/protractor.conf.js')
-rw-r--r--client/e2e/protractor.conf.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js
index 3797961ff..47585afc5 100644
--- a/client/e2e/protractor.conf.js
+++ b/client/e2e/protractor.conf.js
@@ -61,6 +61,13 @@ exports.config = {
61 realMobile: 'true', 61 realMobile: 'true',
62 os_version: '12', 62 os_version: '12',
63 name: 'Safari iPhone' 63 name: 'Safari iPhone'
64 },
65 {
66 browserName: 'Safari',
67 device: 'iPad 7th',
68 realMobile: 'true',
69 os_version: '13',
70 name: 'Safari iPad'
64 } 71 }
65 ], 72 ],
66 73