Error: duplicate test title "Demo Website › Route docs/svelte/daisyUI/collapse/api should be accessible", first declared in demo.demo-e2e-spec.ts:36
at demo.demo-e2e-spec.ts:36
34 | test.describe.parallel('Demo Website', () => {
35 | for (const route of allRoutes) {
> 36 | test(`Route ${route || '/'} should be accessible`, async ({page}) => {
| ^
37 | await page.goto(route);
38 | const frames = page.frames();
39 | if (frames.length > 1) {