-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update browser versions used in tests
Related to: https://github.com/vaadin/components-team-tasks/issues/450 vaadin/vaadin-element-skeleton#204
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,17 +33,17 @@ module.exports = { | |
|
||
registerHooks: function(context) { | ||
const saucelabsPlatformsMobile = [ | ||
'iOS Simulator/iphone@11.3', | ||
'iOS Simulator/iphone@9.3' | ||
'iOS Simulator/iphone@12.2', | ||
'iOS Simulator/iphone@10.3' | ||
]; | ||
|
||
const saucelabsPlatformsMicrosoft = [ | ||
'Windows 10/microsoftedge@17', | ||
'Windows 10/microsoftedge@18', | ||
'Windows 10/internet explorer@11' | ||
]; | ||
|
||
const saucelabsPlatformsDesktop = [ | ||
'macOS 10.13/safari@11.1' | ||
'macOS 10.13/safari@latest' | ||
]; | ||
|
||
const saucelabsPlatforms = [ | ||
|
@@ -56,10 +56,10 @@ module.exports = { | |
{ | ||
deviceName: 'Android GoogleAPI Emulator', | ||
platformName: 'Android', | ||
platformVersion: '7.1', | ||
platformVersion: '8.1', | ||
browserName: 'chrome' | ||
}, | ||
'iOS Simulator/ipad@11.3', | ||
'iOS Simulator/ipad@12.2', | ||
'iOS Simulator/[email protected]', | ||
'Windows 10/chrome@latest', | ||
'Windows 10/firefox@latest' | ||
|