aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/browsers.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/browsers.js b/js/tests/browsers.js
index 8df94cc53..6553582d3 100644
--- a/js/tests/browsers.js
+++ b/js/tests/browsers.js
@@ -51,11 +51,11 @@ const browsers = {
device: 'iPhone 11',
real_mobile: true
},
- pixel2: {
+ pixel4: {
base: 'BrowserStack',
os: 'android',
- os_version: '8.0',
- device: 'Google Pixel 2',
+ os_version: '11.0',
+ device: 'Google Pixel 4',
real_mobile: true
}
}