Skip to content

Commit

Permalink
test: adjust e2e test to new output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Oct 10, 2024
1 parent c3ee99a commit 8b49327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-playwright-e2e/tests/nx-playwright.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('nx-playwright e2e', () => {
});
console.log(JSON.stringify(result, null, 2));
expect(result).toMatch(/1 passed/);
expect(result).toMatch(/Successfully ran target e2e for project/);
expect(result).toMatch(/Successfully ran target .*e2e.* for project/);

const helpResult = await runNxCommandAsync(`e2e ${project} --help_`, {
silenceError: true,
Expand Down

0 comments on commit 8b49327

Please sign in to comment.