Skip to content

Commit

Permalink
ci: update capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 19, 2022
1 parent ab18a77 commit e904a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-client/util/capabilities.ts
Expand Up @@ -45,7 +45,7 @@ if (browserStack) {
...options,
localIdentifier: generateLocalIdentifier(),
});
for (const browserName of ['Chrome', 'Firefox', 'Edge', 'IE']) {
for (const browserName of ['Chrome', 'Firefox', 'Edge']) {
capabilities.push({
browserName,
'bstack:options': generateOptions({os: 'Windows', osVersion: '10'}),
Expand All @@ -54,12 +54,12 @@ if (browserStack) {
for (const browserName of ['Chrome', 'Firefox', 'Safari']) {
capabilities.push({
browserName,
'bstack:options': generateOptions({os: 'OS X', osVersion: 'Big Sur'}),
'bstack:options': generateOptions({os: 'OS X', osVersion: 'Monterey'}),
});
}
capabilities.push({
'browserName': 'Safari',
'bstack:options': generateOptions({osVersion: '14', deviceName: 'iPhone 12', realMobile: 'true'}),
'bstack:options': generateOptions({osVersion: '15', deviceName: 'iPhone 12', realMobile: 'true'}),
});
} else {
capabilities.push({
Expand Down

0 comments on commit e904a59

Please sign in to comment.