refactor!: Icon
component move to core, make standalone
#670
Annotations
15 errors and 16 notices
[chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon ───────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-toggle.spec.ts:10:13
|
[chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-toggle.spec.ts:10:13
|
[chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-toggle.spec.ts:10:13
|
playwright / (4 of 8)
Process completed with exit code 1.
|
[chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt:
projects/demo-playwright/tests/core/dialogs/dialogs.spec.ts#L114
1) [chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt
Error: Screenshot comparison failed:
109 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/dialogs/dialogs.spec.ts-snapshots/07-prompt-1620x1024-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dialogs-dialogs-Dialogs-1620x1024-Dialog-with-confirmation-works-Prompt-chromium/07-prompt-1620x1024-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dialogs-dialogs-Dialogs-1620x1024-Dialog-with-confirmation-works-Prompt-chromium/07-prompt-1620x1024-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 109 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 109 pixels (ratio 0.01 of all image pixels) are different.
112 |
113 | test('Prompt', async ({page}) => {
> 114 | await expect(page).toHaveScreenshot(
| ^
115 | `07-prompt_${width}x${height}.png`,
116 | );
117 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dialogs/dialogs.spec.ts:114:40
|
[chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt:
projects/demo-playwright/utils/hide-element.ts#L4
1) [chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-scroll-controls').nth(2)
at utils/hide-element.ts:4
2 |
3 | export async function tuiHideElement(element: Locator): Promise<void> {
> 4 | return element.evaluate(el => {
| ^
5 | el.style.opacity = '0';
6 | });
7 | }
at tuiHideElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:4:20)
at TuiDocumentationPagePO.hideScrollControls (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/page-objects/documentation-api-page.po.ts:70:33)
at TuiDocumentationPagePO.prepareBeforeScreenshot (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/page-objects/documentation-api-page.po.ts:76:9)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dialogs/dialogs.spec.ts:110:21
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon ──────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:14:13
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:14:13
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:14:13
|
playwright / (5 of 8)
Process completed with exit code 1.
|
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon ───────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:10:13
|
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:10:13
|
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon:
projects/demo-playwright/utils/hide-element.ts#L10
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuiDocHeader]')
at utils/hide-element.ts:10
8 |
9 | export async function tuiRemoveElement(element: Locator): Promise<void> {
> 10 | return element.evaluate(el => el.remove());
| ^
11 | }
12 |
at tuiRemoveElement (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/hide-element.ts:10:20)
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:63:31)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:10:13
|
playwright / (3 of 8)
Process completed with exit code 1.
|
E2E result
Process completed with exit code 1.
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/deep/deep-toggle.spec.ts:8:13 › Deep / Toggle › /components/icon ────────────
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt
109 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/dialogs/dialogs.spec.ts:113:21 › Dialogs › 1620x1024 › Dialog with confirmation works › Prompt
109 passed (2.0m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/icon ───────────────────────────
109 passed (2.3m)
|
🎭 Playwright Run Summary
110 passed (2.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/icon ────────────
109 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.6m)
|
🎭 Playwright Run Summary
110 passed (7.5m)
|
🎭 Playwright Run Summary
110 passed (9.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-e2e-artifacts--71cda96b02a3863c01481da8f71d8b3d7b6923e2-8231328118-6965_1
Expired
|
116 KB |
|