From 873344da171d1f99eb28861e1f326fb325db865e Mon Sep 17 00:00:00 2001 From: Nick Frasser <1693461+nfrasser@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:48:08 -0500 Subject: [PATCH] Revert browserstack config change --- test/ci1.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ci1.conf.js b/test/ci1.conf.js index 24cc50c..c7254a4 100644 --- a/test/ci1.conf.js +++ b/test/ci1.conf.js @@ -28,14 +28,14 @@ module.exports = function (config) { os: 'android', os_version: '9.0', browser: 'android', - device: 'Pixel 3', + device: 'Google Pixel 3', }, bs_android_11: { base: 'BrowserStack', os: 'android', os_version: '11.0', browser: 'android', - device: 'Pixel 5', + device: 'Google Pixel 5', }, };