aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/protractor.conf.js
diff options
context:
space:
mode:
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