Skip to content

Commit

Permalink
Merge pull request #8207 from jrjohnson/wtf-browsers
Browse files Browse the repository at this point in the history
Replace Pixel Device in Browser Tests
  • Loading branch information
stopfstedt authored Nov 1, 2024
2 parents 8c8d8af + e6eda46 commit 35bd8f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BrowserStackLaunchers = {
'--b',
'android',
'--device',
'Google Pixel 9',
'Google Pixel 8',
...defaultArgs,
],
protocol: 'browser',
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-course-manager/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BrowserStackLaunchers = {
'--b',
'android',
'--device',
'Google Pixel 9',
'Google Pixel 8',
...defaultArgs,
],
protocol: 'browser',
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-dashboard/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BrowserStackLaunchers = {
'--b',
'android',
'--device',
'Google Pixel 9',
'Google Pixel 8',
...defaultArgs,
],
protocol: 'browser',
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BrowserStackLaunchers = {
'--b',
'android',
'--device',
'Google Pixel 9',
'Google Pixel 8',
...defaultArgs,
],
protocol: 'browser',
Expand Down

0 comments on commit 35bd8f2

Please sign in to comment.