chore: close Hint
and Dropdown
when host is detached from dom
#9381
Annotations
7 errors, 10 warnings, and 8 notices
[chromium] › tests/kit/select/select.mobile.spec.ts:19:9 › Select › native select value:
projects/demo-playwright/tests/kit/select/select.mobile.spec.ts#L25
1) [chromium] › tests/kit/select/select.mobile.spec.ts:19:9 › Select › native select value ───────
Error: Screenshot comparison failed:
1258 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/select/select.mobile.spec.ts-snapshots/01-native-select-value-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-select-select.mobile-Select-native-select-value-chromium/01-native-select-value-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-select-select.mobile-Select-native-select-value-chromium/01-native-select-value-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#native-select')
- locator resolved to <tui-doc-example id="native-select" heading="Native select" _ngho…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 1258 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#native-select')
- locator resolved to <tui-doc-example id="native-select" heading="Native select" _ngho…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 1258 pixels (ratio 0.01 of all image pixels) are different.
23 | await dropdown.selectOption({index: 1});
24 |
> 25 | await expect(page.locator('#native-select')).toHaveScreenshot(
| ^
26 | '01-native-select-value.png',
27 | );
28 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/select/select.mobile.spec.ts:25:54
|
[chromium] › tests/kit/select/select.mobile.spec.ts:19:9 › Select › native select value:
projects/demo-playwright/tests/kit/select/select.mobile.spec.ts#L25
1) [chromium] › tests/kit/select/select.mobile.spec.ts:19:9 › Select › native select value ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1258 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/select/select.mobile.spec.ts-snapshots/01-native-select-value-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-select-select.mobile-Select-native-select-value-chromium-retry1/01-native-select-value-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-select-select.mobile-Select-native-select-value-chromium-retry1/01-native-select-value-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#native-select')
- locator resolved to <tui-doc-example id="native-select" heading="Native select" _ngho…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 1258 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#native-select')
- locator resolved to <tui-doc-example id="native-select" heading="Native select" _ngho…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 1258 pixels (ratio 0.01 of all image pixels) are different.
23 | await dropdown.selectOption({index: 1});
24 |
> 25 | await expect(page.locator('#native-select')).toHaveScreenshot(
| ^
26 | '01-native-select-value.png',
27 | );
28 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/select/select.mobile.spec.ts:25:54
|
playwright / (4 of 4)
Process completed with exit code 1.
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/select:
projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/select ────────────────────────
Error: Screenshot comparison failed:
9 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-select/11-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-select-chromium/components-select/11-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-select-chromium/components-select/11-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(10)
- locator resolved to <div _ngcontent-tui-demo-c345="" 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
- 9 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(10)
- locator resolved to <div _ngcontent-tui-demo-c345="" 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
- 9 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
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/select:
projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/select ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
9 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-select/11-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-select-chromium-retry1/components-select/11-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-select-chromium-retry1/components-select/11-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(10)
- locator resolved to <div _ngcontent-tui-demo-c345="" 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
- 9 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(10)
- locator resolved to <div _ngcontent-tui-demo-c345="" 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
- 9 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
|
playwright / (2 of 4)
Process completed with exit code 1.
|
E2E result
Process completed with exit code 1.
|
Build demo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright / (1 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright / (4 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright / (3 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
playwright / (2 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deep
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
kit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E result
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--f6278d4def9f67cf060eca87022e2a8aa2080c45-9352484508-7608", "playwright-e2e-artifacts--f6278d4def9f67cf060eca87022e2a8aa2080c45-9352484508-7608".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
91 passed (1.3m)
|
🎭 Playwright Run Summary
91 passed (1.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/kit/select/select.mobile.spec.ts:19:9 › Select › native select value ────────
90 passed (1.2m)
|
🎭 Playwright Run Summary
91 passed (1.4m)
|
🎭 Playwright Run Summary
91 passed (1.3m)
|
🎭 Playwright Run Summary
91 passed (1.6m)
|
🎭 Playwright Run Summary
91 passed (1.9m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/select ─────────────────────────
90 passed (1.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-e2e-artifacts--f6278d4def9f67cf060eca87022e2a8aa2080c45-9352484508-7608
Expired
|
360 KB |
|
playwright-e2e-artifacts--f6278d4def9f67cf060eca87022e2a8aa2080c45-9352484508-7608
Expired
|
433 KB |
|