fix(addon-commerce): invalid descriptions in currency code dictionary #6722
Annotations
3 errors and 2 notices
projects/demo-playwright/tests/demo/demo.spec.ts#L34
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/button ──────────────────────
Error: Screenshot comparison failed:
Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-button/4.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(3)
- 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
- Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(3)
- 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
- Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 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-button/4-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-button-chromium/experimental-button/4-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-button-chromium/experimental-button/4-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/button ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(experimental-button/4.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(3)
- 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
- Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(3)
- 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
- Expected an image 640px by 176px, received 640px by 340px. 68423 pixels (ratio 0.32 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-button/4-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-button-chromium-retry1/experimental-button/4-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-experimental-button-chromium-retry1/experimental-button/4-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