2) [Desktop Chrome] › tests/e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Prinzip 2' }) to be visible
40 | name: `Prinzip ${nextPrincipleIndex + 1}`,
41 | });
> 42 | await nextPrincipleLink.waitFor();
| ^
43 | await nextPrincipleLink.click();
44 | await expect(page).toHaveURL(
45 | `${ROUTE_PRINCIPLES.url}/${principles[nextPrincipleIndex]}`,
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:42:33