Skip to content

Commit 3d58db3

Browse files
committed
fixing capabilityHelper tests
1 parent 3b263bd commit 3d58db3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/unit/bin/helpers/capabilityHelper.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ describe("capabilityHelper.js", () => {
269269
},
270270
],
271271
run_settings: {
272-
cypress_proj_dir: "random path"
272+
cypress_proj_dir: "random path",
273+
cypressConfigFilePath: "random path"
273274
},
274275
};
275276
});
@@ -651,7 +652,8 @@ describe("capabilityHelper.js", () => {
651652
},
652653
],
653654
run_settings: {
654-
cypress_proj_dir: "random path"
655+
cypress_proj_dir: "random path",
656+
cypressConfigFilePath: "random path"
655657
},
656658
};
657659
});

0 commit comments

Comments
 (0)