]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update device to Pixel 6 for Android 12. (#38416)
authorAkshat Rustagi <70563520+akshatlambdatest@users.noreply.github.com>
Tue, 11 Apr 2023 08:47:49 +0000 (14:17 +0530)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Mar 2024 15:38:59 +0000 (17:38 +0200)
js/tests/browsers.js

index 1fae52ada10192f74caf9a0973a5f696a743224c..bb72f54a8e91ebe4aef9dcaa11162cec41cb19c4 100644 (file)
@@ -67,11 +67,11 @@ const browsers = {
       deviceName: 'iPhone 14',
       isRealMobile: true
     },
-    galaxyS22: {
+    pixel6: {
       platformName: 'android',
       platformVersion: '12',
       browserName: 'Chrome',
-      deviceName: 'Galaxy S22 5G',
+      deviceName: 'Pixel 6',
       isRealMobile: true
     }
   },