chore(demo-playwright): add Playwright
#5653
Annotations
2 errors and 1 notice
projects/demo-playwright/tests/example.spec.ts#L13
1) [chromium] › tests/example.spec.ts:10:5 › debug screenshot ────────────────────────────────────
Error: Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(test-playwright-screenshot.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-mobile-calendar-example-1')
- Timeout 5000ms exceeded.
11 | await page.goto(`/components/mobile-calendar`);
12 |
> 13 | await expect(page.locator(`tui-mobile-calendar-example-1`)).toHaveScreenshot(
| ^
14 | `test-playwright-screenshot.png`,
15 | );
16 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/example.spec.ts:13:65
|
|
|
The logs for this run have expired and are no longer available.
Loading