feat(experimental): InputPhoneInternational
refactor to new textfield approach
#10974
Triggered via pull request
December 14, 2024 09:16
Status
Failure
Total duration
1h 19m 43s
Artifacts
25
e2e.yml
on: pull_request
Build demo
1m 4s
Cypress / Component Testing
4m 38s
Matrix: playwright
E2E result
0s
Playwright E2E Tests matrix result
0s
Annotations
73 errors, 58 warnings, and 34 notices
[chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards:
projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts#L158
1) [chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards
Error: expect(locator).toHaveScreenshot(expected)
2718 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-group.pw.spec.ts-snapshots/15-input-card-with-value-cvc-filled-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium/15-input-card-with-value-cvc-filled-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium/15-input-card-with-value-cvc-filled-diff.png
Call log:
- expect.toHaveScreenshot(15-input-card-with-value-cvc-filled.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
156 |
157 | await expect(cvcTextfield).toHaveValue(cvc);
> 158 | await expect(numberTextfield).toHaveScreenshot(
| ^
159 | '15-input-card-with-value-cvc-filled.png',
160 | );
161 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts:158:43
|
[chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards:
projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts#L158
1) [chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
2718 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-group.pw.spec.ts-snapshots/15-input-card-with-value-cvc-filled-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium-retry1/15-input-card-with-value-cvc-filled-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium-retry1/15-input-card-with-value-cvc-filled-diff.png
Call log:
- expect.toHaveScreenshot(15-input-card-with-value-cvc-filled.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
156 |
157 | await expect(cvcTextfield).toHaveValue(cvc);
> 158 | await expect(numberTextfield).toHaveScreenshot(
| ^
159 | '15-input-card-with-value-cvc-filled.png',
160 | );
161 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts:158:43
|
[chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards:
projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts#L158
1) [chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
2718 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-group.pw.spec.ts-snapshots/15-input-card-with-value-cvc-filled-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium-retry2/15-input-card-with-value-cvc-filled-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-64527-rd-grouped-with-saved-cards-chromium-retry2/15-input-card-with-value-cvc-filled-diff.png
Call log:
- expect.toHaveScreenshot(15-input-card-with-value-cvc-filled.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#with-saved-cards [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-group__card"]')
- locator resolved to <input type="text" tabindex="-1" translate="no" placeholder="" autocomplete="off" inputmode="numeric" aria-invalid="false" _ngcontent-ng-c3820703956="" id="tui_11601061540000_card" automation-id="tui-input-card-group__card" class="t-input t-input_card t-input_filled t-input_inert ng-untouched ng-pristine ng-valid"/>
- 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
- 2718 pixels (ratio 0.03 of all image pixels) are different.
156 |
157 | await expect(cvcTextfield).toHaveValue(cvc);
> 158 | await expect(numberTextfield).toHaveScreenshot(
| ^
159 | '15-input-card-with-value-cvc-filled.png',
160 | );
161 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-group.pw.spec.ts:158:43
|
Playwright / ubuntu-latest / 1 of 9
Process completed with exit code 1.
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
Playwright / ubuntu-latest / 8 of 9
Process completed with exit code 1.
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ──────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/charts-arc-chart/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium/charts-arc-chart/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/charts-arc-chart/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium-retry1/charts-arc-chart/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium-retry1/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/charts-arc-chart/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium-retry2/charts-arc-chart/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-chromium-retry2/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ───────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/navigation-tabs/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium/navigation-tabs/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/navigation-tabs/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium-retry1/navigation-tabs/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium-retry1/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/navigation-tabs/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium-retry2/navigation-tabs/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-chromium-retry2/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
Playwright / ubuntu-latest / 6 of 9
Process completed with exit code 1.
|
[chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section:
projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts#L89
1) [chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section
Error: expect(page).toHaveScreenshot(expected)
222 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/tabs/tabs.pw.spec.ts-snapshots/tabs-dropdown-inside-more-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium/tabs-dropdown-inside-more-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium/tabs-dropdown-inside-more-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(tabs-dropdown-inside-more-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 222 pixels (ratio 0.01 of all image pixels) are different.
87 |
88 | await expect(page.locator('tui-dropdown')).toHaveCount(2);
> 89 | await expect(page).toHaveScreenshot(
| ^
90 | 'tabs-dropdown-inside-more-dropdown.png',
91 | );
92 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts:89:36
|
[chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section:
projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts#L89
1) [chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
222 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/tabs/tabs.pw.spec.ts-snapshots/tabs-dropdown-inside-more-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium-retry1/tabs-dropdown-inside-more-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium-retry1/tabs-dropdown-inside-more-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(tabs-dropdown-inside-more-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 222 pixels (ratio 0.01 of all image pixels) are different.
87 |
88 | await expect(page.locator('tui-dropdown')).toHaveCount(2);
> 89 | await expect(page).toHaveScreenshot(
| ^
90 | 'tabs-dropdown-inside-more-dropdown.png',
91 | );
92 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts:89:36
|
[chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section:
projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts#L89
1) [chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
222 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/tabs/tabs.pw.spec.ts-snapshots/tabs-dropdown-inside-more-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium-retry2/tabs-dropdown-inside-more-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-tabs-tabs.pw-Tab-f9c79-ropdown-inside-more-section-chromium-retry2/tabs-dropdown-inside-more-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(tabs-dropdown-inside-more-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 222 pixels (ratio 0.01 of all image pixels) are different.
87 |
88 | await expect(page.locator('tui-dropdown')).toHaveCount(2);
> 89 | await expect(page).toHaveScreenshot(
| ^
90 | 'tabs-dropdown-inside-more-dropdown.png',
91 | );
92 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tabs/tabs.pw.spec.ts:89:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Error: expect(locator).toHaveScreenshot(expected)
17615 pixels (ratio 0.27 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium/14-backspace-pressed-1-times-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
17615 pixels (ratio 0.27 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium-retry1/14-backspace-pressed-1-times-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium-retry1/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
17615 pixels (ratio 0.27 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium-retry2/14-backspace-pressed-1-times-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-chromium-retry2/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 17615 pixels (ratio 0.27 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Error: expect(locator).toHaveScreenshot(expected)
16627 pixels (ratio 0.23 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium/05-input-date-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
16627 pixels (ratio 0.23 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium-retry1/05-input-date-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium-retry1/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
16627 pixels (ratio 0.23 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium-retry2/05-input-date-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-chromium-retry2/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L184
4) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
Error: expect(locator).toHaveScreenshot(expected)
16627 pixels (ratio 0.23 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/06-input-date-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-chromium/06-input-date-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-chromium/06-input-date-diff.png
Call log:
- expect.toHaveScreenshot(06-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 16627 pixels (ratio 0.23 of all image pixels) are different.
182 | '17.1'.length,
183 | );
> 184 | await expect(inputDate.textfield).toHaveScreenshot('06-input-date.png');
| ^
185 | });
186 |
187 | test('Type 999999 => 09.09.9999', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:184:51
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ───────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/components-input-number/6-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium/components-input-number/6-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/components-input-number/6-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium-retry1/components-input-number/6-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium-retry1/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
222 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.pw.spec.ts-snapshots/components-input-number/6-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium-retry2/components-input-number/6-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-chromium-retry2/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 222 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ──
Error: expect(locator).toHaveScreenshot(expected)
3315 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium/components-input-phone-international/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
3315 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium-retry1/components-input-phone-international/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium-retry1/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
3315 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium-retry2/components-input-phone-international/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-chromium-retry2/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3315 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
Playwright / ubuntu-latest / 5 of 9
Process completed with exit code 1.
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-arc-chart/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit/charts-arc-chart/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-arc-chart/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit-retry1/charts-arc-chart/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit-retry1/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-arc-chart/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit-retry2/charts-arc-chart/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-arc-chart-webkit-retry2/charts-arc-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-arc-chart/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ───────────────────────
Error: expect(locator).toHaveScreenshot(expected)
16 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-ring-chart/2-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit/charts-ring-chart/2-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit/charts-ring-chart/2-diff.png
Call log:
- expect.toHaveScreenshot(charts-ring-chart/2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
16 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-ring-chart/2-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit-retry1/charts-ring-chart/2-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit-retry1/charts-ring-chart/2-diff.png
Call log:
- expect.toHaveScreenshot(charts-ring-chart/2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
16 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/charts-ring-chart/2-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit-retry2/charts-ring-chart/2-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-webkit-retry2/charts-ring-chart/2-diff.png
Call log:
- expect.toHaveScreenshot(charts-ring-chart/2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(1)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 16 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ─────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/navigation-tabs/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit/navigation-tabs/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/navigation-tabs/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit-retry1/navigation-tabs/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit-retry1/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/navigation-tabs/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit-retry2/navigation-tabs/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-navigation-tabs-webkit-retry2/navigation-tabs/1-diff.png
Call log:
- expect.toHaveScreenshot(navigation-tabs/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
Playwright / macos-latest / 6 of 9
Process completed with exit code 1.
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel ─────────────────────
Error: expect(locator).toHaveScreenshot(expected)
89 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-carousel/3-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit/components-carousel/3-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit/components-carousel/3-diff.png
Call log:
- expect.toHaveScreenshot(components-carousel/3.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
89 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-carousel/3-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit-retry1/components-carousel/3-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit-retry1/components-carousel/3-diff.png
Call log:
- expect.toHaveScreenshot(components-carousel/3.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
89 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-carousel/3-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit-retry2/components-carousel/3-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-webkit-retry2/components-carousel/3-diff.png
Call log:
- expect.toHaveScreenshot(components-carousel/3.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 89 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ─────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-number/6-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit/components-input-number/6-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-number/6-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit-retry1/components-input-number/6-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit-retry1/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
2) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
224 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-number/6-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit-retry2/components-input-number/6-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-number-webkit-retry2/components-input-number/6-diff.png
Call log:
- expect.toHaveScreenshot(components-input-number/6.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(5)
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 224 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ────
Error: expect(locator).toHaveScreenshot(expected)
3037 pixels (ratio 0.03 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit/components-input-phone-international/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
3037 pixels (ratio 0.03 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit-retry1/components-input-phone-international/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit-retry1/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
3) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
3037 pixels (ratio 0.03 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-input-phone-international/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit-retry2/components-input-phone-international/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-input-phone-international-webkit-retry2/components-input-phone-international/1-diff.png
Call log:
- expect.toHaveScreenshot(components-input-phone-international/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 3037 pixels (ratio 0.03 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
Playwright / macos-latest / 5 of 9
Process completed with exit code 1.
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
Playwright / macos-latest / 8 of 9
Process completed with exit code 1.
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Error: expect(locator).toHaveScreenshot(expected)
15516 pixels (ratio 0.24 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit/14-backspace-pressed-1-times-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15516 pixels (ratio 0.24 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit-retry1/14-backspace-pressed-1-times-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit-retry1/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15516 pixels (ratio 0.24 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/14-backspace-pressed-1-times-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit-retry2/14-backspace-pressed-1-times-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-680f8-o-change-detection-problems-webkit-retry2/14-backspace-pressed-1-times-diff.png
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-1-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- 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
- 15516 pixels (ratio 0.24 of all image pixels) are different.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit/05-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit-retry1/05-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit-retry1/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/05-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit-retry2/05-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-2ed4b-ases-does-not-accept-day-31-webkit-retry2/05-input-date-diff.png
Call log:
- expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1);
166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1);
> 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png');
| ^
168 | });
169 |
170 | test('does not accept month > 12', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L184
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/06-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit/06-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit/06-input-date-diff.png
Call log:
- expect.toHaveScreenshot(06-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
182 | '17.1'.length,
183 | );
> 184 | await expect(inputDate.textfield).toHaveScreenshot('06-input-date.png');
| ^
185 | });
186 |
187 | test('Type 999999 => 09.09.9999', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:184:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L184
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/06-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit-retry1/06-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit-retry1/06-input-date-diff.png
Call log:
- expect.toHaveScreenshot(06-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
182 | '17.1'.length,
183 | );
> 184 | await expect(inputDate.textfield).toHaveScreenshot('06-input-date.png');
| ^
185 | });
186 |
187 | test('Type 999999 => 09.09.9999', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:184:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L184
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/06-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit-retry2/06-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-3057b-es-does-not-accept-month-12-webkit-retry2/06-input-date-diff.png
Call log:
- expect.toHaveScreenshot(06-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
182 | '17.1'.length,
183 | );
> 184 | await expect(inputDate.textfield).toHaveScreenshot('06-input-date.png');
| ^
185 | });
186 |
187 | test('Type 999999 => 09.09.9999', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:184:51
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:187:17 › InputDate › API › Invalid date cases › Type 999999 => 09.09.9999:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L201
4) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:187:17 › InputDate › API › Invalid date cases › Type 999999 => 09.09.9999
Error: expect(locator).toHaveScreenshot(expected)
15312 pixels (ratio 0.21 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/07-input-date-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-f2781-ases-Type-999999-09-09-9999-webkit/07-input-date-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-f2781-ases-Type-999999-09-09-9999-webkit/07-input-date-diff.png
Call log:
- expect.toHaveScreenshot(07-input-date.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- 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
- 15312 pixels (ratio 0.21 of all image pixels) are different.
199 | '09.09.9999'.length,
200 | );
> 201 | await expect(inputDate.textfield).toHaveScreenshot('07-input-date.png');
| ^
202 | });
203 | });
204 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:201:51
|
Playwright E2E Tests matrix result
Process completed with exit code 1.
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts#L1
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts took 29.4s
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/addon-commerce/input-card-group.pw.spec.ts:140:13 › InputCardGroup › Examples › input card grouped with saved cards
109 passed (1.1m)
|
🎭 Playwright Run Summary
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
107 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ───────────────────────
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ────────────────────────
107 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
9 failed
[chromium] › tests/kit/tabs/tabs.pw.spec.ts:69:17 › Tabs › Examples › complex › shows only a single dropdown for the nested item (with [tuiDropdown]) inside more section
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:187:17 › InputDate › API › Invalid date cases › Type 999999 => 09.09.9999
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
[chromium] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item, textfield is empty
[chromium] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:296:17 › InputDateRange › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
[chromium] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
100 passed (1.9m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ────────────────
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ───
108 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.7m)
|
🎭 Playwright Run Summary
110 passed (4.5m)
|
🎭 Playwright Run Summary
110 passed (5.7m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.1m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.3m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.3m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.7m)
|
🎭 Playwright Run Summary
3 failed
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/arc-chart ─────────────────────────
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ────────────────────────
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /navigation/tabs ──────────────────────────
17 skipped
89 passed (2.1m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.6m)
|
🎭 Playwright Run Summary
110 passed (3.1m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (3.6m)
|
🎭 Playwright Run Summary
3 failed
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel ──────────────────────
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-number ──────────────────
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/input-phone-international ─────
107 passed (3.3m)
|
🎭 Playwright Run Summary
2 failed
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
[webkit] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
107 passed (1.8m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.2m)
|
🎭 Playwright Run Summary
7 failed
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:170:17 › InputDate › API › Invalid date cases › does not accept month > 12
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:187:17 › InputDate › API › Invalid date cases › Type 999999 => 09.09.9999
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:296:17 › InputDateRange › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
[webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
5 skipped
97 passed (2.1m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.9m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.4m)
|
🎭 Playwright Run Summary
110 passed (11.4m)
|
🎭 Playwright Run Summary
110 passed (9.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_de67a2c753253f4f256f0609736657888671348e
Expired
|
113 KB |
|
cypress-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux
Expired
|
74.5 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_1
Expired
|
990 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_2
Expired
|
210 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_3
Expired
|
1.29 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_4
Expired
|
485 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_5
Expired
|
2.66 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_6
Expired
|
2.23 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_7
Expired
|
7.4 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_9
Expired
|
230 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_1
Expired
|
160 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_2
Expired
|
181 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_3
Expired
|
1.39 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_4
Expired
|
500 KB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_5
Expired
|
2.94 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_6
Expired
|
2.66 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_7
Expired
|
3.88 MB |
|
playwright-blob-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_9
Expired
|
208 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_1
Expired
|
31 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_5
Expired
|
34.5 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_6
Expired
|
198 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-Linux_7
Expired
|
382 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_5
Expired
|
131 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_6
Expired
|
240 KB |
|
playwright-snapshots-artifacts--de67a2c753253f4f256f0609736657888671348e-12328643926-9976-macOS_7
Expired
|
174 KB |
|