Skip to content

Commit

Permalink
Revert browserstack config change
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Nov 19, 2024
1 parent d335782 commit 873344d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ci1.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
};

Expand Down

0 comments on commit 873344d

Please sign in to comment.