fix(core): ignore pointer events for disabled button #9563
Annotations
1 error, 2 warnings, and 2 notices
projects/demo-playwright/tests/addon-doc/code.spec.ts#L25
1) [chromium] › tests/addon-doc/code.spec.ts:17:9 › Code blocks › tabs ───────────────────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-doc/code.spec.ts-snapshots/02-01-code-block-HTML-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-doc-code-Code-blocks-tabs-chromium/02-01-code-block-HTML-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-doc-code-Code-blocks-tabs-chromium/02-01-code-block-HTML-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example#basic')
- locator resolved to <tui-doc-example id="basic" heading="Styles change" _nghost-tui-d…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 38558 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-doc-example#basic')
- locator resolved to <tui-doc-example id="basic" heading="Styles change" _nghost-tui-d…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 38558 pixels (ratio 0.02 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-doc-example#basic')
- locator resolved to <tui-doc-example id="basic" heading="Styles change" _nghost-tui-d…>…</tui-doc-example>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- Timeout 5000ms exceeded.
23 | await locator.click();
24 |
> 25 | await expect(page.locator('tui-doc-example#basic')).toHaveScreenshot(
| ^
26 | `02-0${index + 1}-code-block-${title}.png`,
27 | );
28 | }
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-doc/code.spec.ts:25:65
|
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--44b74919686797f4f1ad1d45c881dfe896143227-10353323817-8478", "playwright-e2e-artifacts--44b74919686797f4f1ad1d45c881dfe896143227-10353323817-8478".
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