fix(core): invalid svg alignments in safari #6747
Annotations
5 errors and 2 notices
projects/demo-playwright/tests/demo/demo.spec.ts#L34
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ──────────────────────
Error: Screenshot comparison failed:
26 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-avatar/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 26 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"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 26 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/experimental-avatar/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-avatar-chromium/experimental-avatar/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-avatar-chromium/experimental-avatar/1-diff.png
32 | }
33 |
> 34 | await expect(example).toHaveScreenshot([
| ^
35 | path.replace(`/`, ``).replace(/\//g, `-`),
36 | `${i + 1}.png`,
37 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:34:39
|
projects/demo-playwright/tests/demo/demo.spec.ts#L34
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
26 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-avatar/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 26 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"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 26 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/experimental-avatar/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-avatar-chromium-retry1/experimental-avatar/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-avatar-chromium-retry1/experimental-avatar/1-diff.png
32 | }
33 |
> 34 | await expect(example).toHaveScreenshot([
| ^
35 | path.replace(`/`, ``).replace(/\//g, `-`),
36 | `${i + 1}.png`,
37 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:34:39
|
projects/demo-playwright/tests/demo/demo.spec.ts#L34
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badged-content ──────────────
Error: Screenshot comparison failed:
27 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-badged-content/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 27 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"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 27 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/experimental-badged-content/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-badged-content-chromium/experimental-badged-content/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-badged-content-chromium/experimental-badged-content/1-diff.png
32 | }
33 |
> 34 | await expect(example).toHaveScreenshot([
| ^
35 | path.replace(`/`, ``).replace(/\//g, `-`),
36 | `${i + 1}.png`,
37 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:34:39
|
projects/demo-playwright/tests/demo/demo.spec.ts#L34
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badged-content ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
27 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-badged-content/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 27 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"]').first()
- locator resolved to <div _ngcontent-tui-demo-c338="" 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
- 27 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/experimental-badged-content/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-badged-content-chromium-retry1/experimental-badged-content/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-badged-content-chromium-retry1/experimental-badged-content/1-diff.png
32 | }
33 |
> 34 | await expect(example).toHaveScreenshot([
| ^
35 | path.replace(`/`, ``).replace(/\//g, `-`),
36 | `${i + 1}.png`,
37 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:34:39
|
|
|
|
The logs for this run have expired and are no longer available.
Loading