chore(test): enable tests for old iPhone

Since disabling the tests the internals of snabbdom apparently changed
enough so this works again

ISSUES CLOSED: #470
pull/948/head
Jan van Brügge 4 years ago
parent fd2daaf259
commit 96384b3cc0
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

@ -62,17 +62,15 @@ module.exports = {
os_version: "4.4",
real_mobile: true,
},
/* https://github.com/snabbdom/snabbdom/issues/470
BS_iphone_10: {
base: 'BrowserStack',
browser: 'Mobile Safari',
base: "BrowserStack",
browser: "Mobile Safari",
browser_version: null,
device: 'iPhone 7',
device: "iPhone 7",
real_mobile: true,
os: 'ios',
os_version: '10.3',
os: "ios",
os_version: "10.3",
},
*/
BS_MS_Edge: {
base: "BrowserStack",
browser: "edge",

Loading…
Cancel
Save