Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Aug 3, 2024
1 parent 9b67fe9 commit b803a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/call-step-from-step/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test(`${testDir.name} (cucumber-style-success)`, () => {
test(`${testDir.name} (pw-style-invalid-invocation)`, () => {
execPlaywrightTestWithError(
testDir.name,
['Missings fixtures: todos, $testInfo'],
['Missing fixtures: todos, $testInfo'],
`${DEFAULT_CMD} --project pw-style-invalid-invocation`,
);
});

0 comments on commit b803a95

Please sign in to comment.