Skip to content

Commit

Permalink
fix(workspace): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 26, 2024
1 parent 396d615 commit 894b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cli-e2e/tests/collect/format.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('collect format', () => {

const { code, stdout, stderr } = await cli.run('user-flow', ['collect']);

expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo | Pwa |`)
expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo |`)
expect(stdout).toContain(DUMMY_USER_FLOW_NAME);
expect(stderr).toBe('');
expect(code).toBe(0);
Expand Down

0 comments on commit 894b827

Please sign in to comment.