feat(kit): add InputMultiDate
#6804
Annotations
7 errors and 2 notices
projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/avatar ────────────────────────
Error: Screenshot comparison failed:
450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-avatar/6-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-avatar-chromium/components-avatar/6-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-avatar-chromium/components-avatar/6-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(5)
- locator resolved to <div _ngcontent-tui-demo-c339="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(5)
- locator resolved to <div _ngcontent-tui-demo-c339="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 450 pixels (ratio 0.01 of all image pixels) are different.
33 | }
34 |
> 35 | await expect(example).toHaveScreenshot([
| ^
36 | path.replace(`/`, ``).replace(/\//g, `-`),
37 | `${i + 1}.png`,
38 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
|
projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/avatar ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
450 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-avatar/6-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-avatar-chromium-retry1/components-avatar/6-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-avatar-chromium-retry1/components-avatar/6-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(5)
- locator resolved to <div _ngcontent-tui-demo-c339="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 450 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(5)
- locator resolved to <div _ngcontent-tui-demo-c339="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 450 pixels (ratio 0.01 of all image pixels) are different.
33 | }
34 |
> 35 | await expect(example).toHaveScreenshot([
| ^
36 | path.replace(`/`, ``).replace(/\//g, `-`),
37 | `${i + 1}.png`,
38 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
|
projects/demo-playwright/tests/demo/demo.spec.ts#L1
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-multi-date ──────────────
Test timeout of 30000ms exceeded.
|
projects/demo-playwright/utils/goto.ts#L34
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-multi-date ──────────────
Error: locator.evaluate: Page closed
=========================== logs ===========================
waiting for locator('[tuidocheader]')
============================================================
at utils/goto.ts:34
32 |
33 | if (hideHeader) {
> 34 | await page.locator(`[tuidocheader]`).evaluate(el => el.remove());
| ^
35 | }
36 |
37 | return response;
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:34:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:12:13
|
projects/demo-playwright/tests/demo/demo.spec.ts#L1
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-multi-date ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
projects/demo-playwright/utils/goto.ts#L34
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-multi-date ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Page closed
=========================== logs ===========================
waiting for locator('[tuidocheader]')
============================================================
at utils/goto.ts:34
32 |
33 | if (hideHeader) {
> 34 | await page.locator(`[tuidocheader]`).evaluate(el => el.remove());
| ^
35 | }
36 |
37 | return response;
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:34:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:12:13
|
|
|
|
The logs for this run have expired and are no longer available.
Loading