Skip to content

Commit 9bcacd4

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
changed the default version in the default config
1 parent 9e2476d commit 9bcacd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/utils/default_config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ module.exports = {
77
{
88
browser: "Chrome",
99
platform: "Windows 10",
10-
versions: ["86.0"],
10+
versions: ["latest-1"],
1111
},
1212
{
1313
browser: "Firefox",
1414
platform: "Windows 10",
15-
versions: ["82.0"],
15+
versions: ["latest-1"],
1616
},
1717
],
1818
run_settings: {
@@ -24,7 +24,7 @@ module.exports = {
2424
feature_file_suppport: false,
2525
network: false,
2626
headless: false,
27-
reporter_config_file: ""
27+
reporter_config_file: "",
2828
},
2929
tunnel_settings: {
3030
tunnel: false,

0 commit comments

Comments
 (0)