]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
BrowserStack: test on iPhone 12 (#33398)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 18 Mar 2021 15:45:12 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 15:45:12 +0000 (17:45 +0200)
js/tests/browsers.js

index 2e1bd3a806eca9c41f1a1d0f92e700292f178433..00ad77ad74116dfe759564f0b331a4fd4c3f2cba 100644 (file)
@@ -44,11 +44,11 @@ const browsers = {
     device: 'iPhone 7',
     real_mobile: true
   },
-  iphone11: {
+  iphone12: {
     base: 'BrowserStack',
     os: 'ios',
-    os_version: '13.0',
-    device: 'iPhone 11',
+    os_version: '14.0',
+    device: 'iPhone 12',
     real_mobile: true
   },
   pixel2: {