chore(demo): documentation page Tooltip
has infinite SSR
#879
Annotations
4 errors and 16 notices
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/card-large:
projects/demo-playwright/tests/demo/demo.spec.ts#L37
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/card-large ──────────────────
Error: Timeout 5000ms exceeded.
Previous: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-card-large-chromium/experimental-card-large/12-previous.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-card-large-chromium/experimental-card-large/12-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-card-large-chromium/experimental-card-large/12-diff.png
Call log:
- expect.toHaveScreenshot(experimental-card-large/12.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c891291879="" automation-id="tui-d…>…</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
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c891291879="" automation-id="tui-d…>…</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
- 5116 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c891291879="" automation-id="tui-d…>…</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
- 5116 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c891291879="" automation-id="tui-d…>…</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
- 5116 pixels (ratio 0.01 of all image pixels) are different.
- waiting 1000ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c891291879="" automation-id="tui-d…>…</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
- Timeout 5000ms exceeded.
35 | await documentation.networkidle(); // note: load lazy loading images
36 |
> 37 | await expect(example).toHaveScreenshot(
| ^
38 | [path.replace('/', '').replaceAll('/', '-'), `${i + 1}.png`],
39 | {threshold: 0.02},
40 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:37:39
|
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/rating:
projects/demo-playwright/tests/deep/deep-select.spec.ts#L40
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/rating ─────────
Error: Screenshot comparison failed:
Expected an image 1356px by 244px, received 1356px by 268px. 12579 pixels (ratio 0.04 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-rating-iconFilled--select-option-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-rating-chromium/deep--components-rating-iconFilled--select-option-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-rating-chromium/deep--components-rating-iconFilled--select-option-0-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" _ngcontent-ng-c2357101640="">…</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
- Expected an image 1356px by 244px, received 1356px by 268px. 12579 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" _ngcontent-ng-c2357101640="">…</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
- Expected an image 1356px by 244px, received 1356px by 268px. 12579 pixels (ratio 0.04 of all image pixels) are different.
38 | await api.networkidle();
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
|
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/rating:
projects/demo-playwright/tests/deep/deep-select.spec.ts#L40
1) [chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/rating ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1380 pixels (ratio 0.01 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-rating-iconNormal--select-option-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-rating-chromium-retry1/deep--components-rating-iconNormal--select-option-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select-Deep-Select-components-rating-chromium-retry1/deep--components-rating-iconNormal--select-option-1-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" _ngcontent-ng-c2357101640="">…</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
- 1380 pixels (ratio 0.01 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-c2357101640="">…</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
- 1380 pixels (ratio 0.01 of all image pixels) are different.
38 | await api.networkidle();
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
|
E2E result
Process completed with exit code 1.
|
🎭 Playwright Run Summary
111 passed (1.8m)
|
🎭 Playwright Run Summary
111 passed (2.0m)
|
🎭 Playwright Run Summary
111 passed (2.2m)
|
🎭 Playwright Run Summary
111 passed (2.6m)
|
🎭 Playwright Run Summary
111 passed (1.7m)
|
🎭 Playwright Run Summary
111 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/card-large ───────────────────
109 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/deep/deep-select.spec.ts:8:13 › Deep / Select › /components/rating ──────────
110 passed (7.5m)
|
🎭 Playwright Run Summary
111 passed (9.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-e2e-artifacts--0d1c5e35bf773251c37355a9e3aab96f3f0a8efa-8434988486-7090_2
Expired
|
32.3 KB |
|