File tree 1 file changed +9
-9
lines changed
tests/legacy-cli/e2e/assets
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ exports.config = {
21
21
multiCapabilities : [
22
22
{
23
23
browserName : 'chrome' ,
24
- platform : 'Windows 11 ' ,
25
- version : '119 ' ,
24
+ version : '132 ' ,
25
+ platform : 'Linux ' ,
26
26
tunnelIdentifier,
27
27
} ,
28
28
{
29
29
browserName : 'chrome' ,
30
- platform : 'Windows 11 ' ,
31
- version : '116 ' ,
30
+ version : '131 ' ,
31
+ platform : 'Linux ' ,
32
32
tunnelIdentifier,
33
33
} ,
34
34
{
35
35
browserName : 'firefox' ,
36
- version : '119 ' ,
37
- platform : 'Windows 11 ' ,
36
+ version : '134 ' ,
37
+ platform : 'Linux ' ,
38
38
tunnelIdentifier,
39
39
} ,
40
40
{
41
41
browserName : 'firefox' ,
42
- version : '102 ' , // Latest Firefox ESR version as of Sep 2023
42
+ version : '128 ' , // Latest Firefox ESR version as of Jan 2025
43
43
platform : 'Windows 11' ,
44
44
tunnelIdentifier,
45
45
} ,
@@ -58,13 +58,13 @@ exports.config = {
58
58
{
59
59
browserName : 'MicrosoftEdge' ,
60
60
platform : 'Windows 11' ,
61
- version : '118 ' ,
61
+ version : '132 ' ,
62
62
tunnelIdentifier,
63
63
} ,
64
64
{
65
65
browserName : 'MicrosoftEdge' ,
66
66
platform : 'Windows 11' ,
67
- version : '115 ' ,
67
+ version : '131 ' ,
68
68
tunnelIdentifier,
69
69
} ,
70
70
] ,
You can’t perform that action at this time.
0 commit comments