From 9bf1787783e5a282b6025f9133115bd59612aa71 Mon Sep 17 00:00:00 2001 From: Akshat Rustagi <70563520+akshatlambdatest@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:17:49 +0530 Subject: [PATCH] Update device to Pixel 6 for Android 12. (#38416) --- js/tests/browsers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/browsers.js b/js/tests/browsers.js index 1fae52ada1..bb72f54a8e 100644 --- a/js/tests/browsers.js +++ b/js/tests/browsers.js @@ -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 } },