From 14b39390c2cdd7db124ec46a6f793e881617b6ce Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 7 Mar 2024 17:31:41 +0200 Subject: [PATCH] BrowserStack: Google Pixel 3 --- js/tests/browsers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/tests/browsers.js b/js/tests/browsers.js index 645b9c895a..3b6104cea6 100644 --- a/js/tests/browsers.js +++ b/js/tests/browsers.js @@ -67,11 +67,11 @@ const browsers = { device: 'iPhone 12', real_mobile: true }, - pixel2: { + pixel3: { base: 'BrowserStack', os: 'android', - os_version: '8.0', - device: 'Google Pixel 2', + os_version: '9.0', + device: 'Google Pixel 3', real_mobile: true } }, -- 2.47.2