Skip to content

Commit

Permalink
BrowserStack: test on iPhone 12 (#33398)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 5, 2021
1 parent b58ea4a commit a06c2b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/tests/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ const browsers = {
device: 'iPhone X',
real_mobile: true
},
iphone12: {
base: 'BrowserStack',
os: 'ios',
os_version: '14.0',
device: 'iPhone 12',
real_mobile: true
},
pixel2: {
base: 'BrowserStack',
os: 'android',
Expand Down

0 comments on commit a06c2b6

Please sign in to comment.