File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,20 +81,8 @@ module.exports = function (config) {
8181 platformName : 'Windows 11' ,
8282 base : 'SauceLabs' ,
8383 } ,
84- SL_Chrome_Previous_Windows : {
85- browserName : 'chrome' ,
86- browserVersion : 'latest-1' ,
87- platformName : 'Windows 10' ,
88- base : 'SauceLabs' ,
89- } ,
9084 }
9185 const firefox = {
92- SL_Firefox_Latest_Windows : {
93- browserName : 'firefox' ,
94- browserVersion : 'latest' ,
95- platformName : 'Windows 11' ,
96- base : 'SauceLabs' ,
97- } ,
9886 SL_Firefox_Latest_Mac : {
9987 browserName : 'firefox' ,
10088 browserVersion : 'latest' ,
@@ -103,13 +91,13 @@ module.exports = function (config) {
10391 } ,
10492 }
10593 const safari = {
106- SL_Safari_Latest : {
94+ SL_Safari_Latest_Mac : {
10795 browserName : 'safari' ,
10896 browserVersion : '16' ,
10997 platformName : 'macOS 13' ,
11098 base : 'SauceLabs' ,
11199 } ,
112- SL_Safari_Previous : {
100+ SL_Safari_Previous_Mac : {
113101 browserName : 'safari' ,
114102 browserVersion : '15' ,
115103 platformName : 'macOS 12' ,
You can’t perform that action at this time.
0 commit comments