Skip to content

Commit 2cf8a5c

Browse files
authored
Update bdd/step-definitions/e2e/cli.ts
1 parent d623127 commit 2cf8a5c

File tree

1 file changed

+1
-1
lines changed
  • bdd/step-definitions/e2e

1 file changed

+1
-1
lines changed

bdd/step-definitions/e2e/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ Then("I should see exitCode: {string}", async function (
560560
});
561561

562562
Then("Instance info should contain provided parameters in {string}", async function (
563-
this: CustomWorld
563+
this: CustomWorld, file: string
564564
) {
565565
const res = this.cliResources;
566566

0 commit comments

Comments
 (0)