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.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js
index be303bce4..2b26d2c40 100644
--- a/client/e2e/protractor.conf.js
+++ b/client/e2e/protractor.conf.js
@@ -51,21 +51,21 @@ exports.config = {
51 { 51 {
52 browserName: 'Chrome', 52 browserName: 'Chrome',
53 device: 'Google Nexus 6', 53 device: 'Google Nexus 6',
54 realMobile: 'true', 54 real_mobile: 'true',
55 os_version: '5.0', 55 os_version: '5.0',
56 name: 'Latest Chrome Android' 56 name: 'Latest Chrome Android'
57 }, 57 },
58 { 58 {
59 browserName: 'Safari', 59 browserName: 'Safari',
60 device: 'iPhone 8', 60 device: 'iPhone 8 Plus',
61 realMobile: 'true', 61 real_mobile: 'true',
62 os_version: '12', 62 os_version: '11',
63 name: 'Safari iPhone' 63 name: 'Safari iPhone'
64 }, 64 },
65 { 65 {
66 browserName: 'Safari', 66 browserName: 'Safari',
67 device: 'iPad 7th', 67 device: 'iPad 7th',
68 realMobile: 'true', 68 real_mobile: 'true',
69 os_version: '13', 69 os_version: '13',
70 name: 'Safari iPad' 70 name: 'Safari iPad'
71 } 71 }