File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
tests/legacy-cli/e2e/assets Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,26 @@ exports.config = {
19
19
multiCapabilities : [
20
20
{
21
21
browserName : 'chrome' ,
22
- version : '80' ,
22
+ platform : 'Windows 10' ,
23
+ version : '89.0' ,
23
24
tunnelIdentifier,
24
25
} ,
25
26
{
26
27
browserName : 'firefox' ,
27
- version : '72' ,
28
+ version : '86.0' ,
29
+ platform : 'Windows 10' ,
28
30
tunnelIdentifier,
29
31
} ,
30
32
{
31
33
browserName : 'firefox' ,
32
- version : '68' , // Latest Firefox ESR version
34
+ version : '78.0' , // Latest Firefox ESR version
35
+ platform : 'Windows 10' ,
33
36
tunnelIdentifier,
34
37
} ,
35
38
{
36
39
browserName : 'safari' ,
37
- platform : 'macOS 10.13 ' ,
38
- version : '12.1 ' ,
40
+ platform : 'macOS 11.00 ' ,
41
+ version : '14 ' ,
39
42
tunnelIdentifier,
40
43
} ,
41
44
{
@@ -53,13 +56,7 @@ exports.config = {
53
56
{
54
57
browserName : "MicrosoftEdge" ,
55
58
platform : 'Windows 10' ,
56
- version : "17.17134" ,
57
- tunnelIdentifier,
58
- } ,
59
- {
60
- browserName : "MicrosoftEdge" ,
61
- platform : 'Windows 10' ,
62
- version : "18.17763" ,
59
+ version : "88.0" ,
63
60
tunnelIdentifier,
64
61
} ,
65
62
] ,
You can’t perform that action at this time.
0 commit comments