From: XhmikosR Date: Thu, 18 Mar 2021 15:45:12 +0000 (+0200) Subject: BrowserStack: test on iPhone 12 (#33398) X-Git-Tag: v5.0.0-beta3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88d61db6f8eb461a1bcf568f78e74514b79f0f1;p=thirdparty%2Fbootstrap.git BrowserStack: test on iPhone 12 (#33398) --- diff --git a/js/tests/browsers.js b/js/tests/browsers.js index 2e1bd3a806..00ad77ad74 100644 --- a/js/tests/browsers.js +++ b/js/tests/browsers.js @@ -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: {