We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396d615 commit 894b827Copy full SHA for 894b827
e2e/cli-e2e/tests/collect/format.e2e.test.ts
@@ -33,7 +33,7 @@ describe('collect format', () => {
33
34
const { code, stdout, stderr } = await cli.run('user-flow', ['collect']);
35
36
- expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo | Pwa |`)
+ expect(stdout).toContain(`| Gather Mode | Performance | Accessibility | Best Practices | Seo |`)
37
expect(stdout).toContain(DUMMY_USER_FLOW_NAME);
38
expect(stderr).toBe('');
39
expect(code).toBe(0);
0 commit comments