fix(cdk): ActiveZone
do not exit zone when scrollable container becomes non-scrollable
#9612
Annotations
3 errors, 2 warnings, and 2 notices
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L149
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur
Error: Screenshot comparison failed:
Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-blur-4-blur-event-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium/06-update-on-blur-4-blur-event-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium/06-update-on-blur-4-blur-event-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</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
- Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
147 |
148 | await multiSelect.textfield.blur();
> 149 | await expect(apiPageExample).toHaveScreenshot(
| ^
150 | `06-update-on-${type}__4_blur-event.png`,
151 | );
152 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:149:50
|
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L149
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-blur-4-blur-event-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium-retry1/06-update-on-blur-4-blur-event-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium-retry1/06-update-on-blur-4-blur-event-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</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
- Expected an image 720px by 636px, received 720px by 1156px. 33195 pixels (ratio 0.04 of all image pixels) are different.
147 |
148 | await multiSelect.textfield.blur();
> 149 | await expect(apiPageExample).toHaveScreenshot(
| ^
150 | `06-update-on-${type}__4_blur-event.png`,
151 | );
152 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:149:50
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--aaeec56a4d1ed973037dea12e51454f5b67e5aa4-10491304534-8631", "playwright-e2e-artifacts--aaeec56a4d1ed973037dea12e51454f5b67e5aa4-10491304534-8631".
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/
|
|
|
This job succeeded
Loading