feat(kit): add tuiConnected
directive for Stepper
and Cell
#2921
Annotations
4 errors and 2 notices
projects/demo-playwright/tests/deep/deep-select.spec.ts#L40
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/avatar ─────────
Error: Screenshot comparison failed:
1481 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.spec.ts-snapshots/deep--components-avatar-src--select-option-2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium/deep--components-avatar-src--select-option-2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium/deep--components-avatar-src--select-option-2-diff.png
Call log:
- expect.toHaveScreenshot(deep-/components/avatar__[src]-select-option-2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1481 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1481 pixels (ratio 0.03 of all image pixels) are different.
38 | await api.waitStableState();
39 |
> 40 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
41 | `deep-${path}__${name}-select-option-${index}.png`,
42 | {threshold: 0.02},
43 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:40:54
|
projects/demo-playwright/tests/deep/deep-select.spec.ts#L40
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/avatar ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1481 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.spec.ts-snapshots/deep--components-avatar-src--select-option-2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium-retry1/deep--components-avatar-src--select-option-2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium-retry1/deep--components-avatar-src--select-option-2-diff.png
Call log:
- expect.toHaveScreenshot(deep-/components/avatar__[src]-select-option-2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1481 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1481 pixels (ratio 0.03 of all image pixels) are different.
38 | await api.waitStableState();
39 |
> 40 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
41 | `deep-${path}__${name}-select-option-${index}.png`,
42 | {threshold: 0.02},
43 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:40:54
|
projects/demo-playwright/tests/deep/deep-select.spec.ts#L40
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/avatar ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1481 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.spec.ts-snapshots/deep--components-avatar-src--select-option-2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium-retry2/deep--components-avatar-src--select-option-2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-avatar-chromium-retry2/deep--components-avatar-src--select-option-2-diff.png
Call log:
- expect.toHaveScreenshot(deep-/components/avatar__[src]-select-option-2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1481 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1217080248="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1481 pixels (ratio 0.03 of all image pixels) are different.
38 | await api.waitStableState();
39 |
> 40 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
41 | `deep-${path}__${name}-select-option-${index}.png`,
42 | {threshold: 0.02},
43 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.spec.ts:40:54
|
|
|
|
This job succeeded
Loading