fix(layout): allow textfield
customization via [tuiSearchField]
#11621
Annotations
17 errors, 47 warnings, and 36 notices
[chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Error: expect(page).toHaveScreenshot(expected)
9719 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 9719 pixels (ratio 0.02 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
- 9719 pixels (ratio 0.02 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
9719 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry1/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry1/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 9719 pixels (ratio 0.02 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
- 9719 pixels (ratio 0.02 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
9719 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry2/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry2/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 9719 pixels (ratio 0.02 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
- 9719 pixels (ratio 0.02 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
Playwright / ubuntu-latest / 1 of 9
Process completed with exit code 1.
|
[webkit] › projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.pw.spec.ts:8:9 › DropdownContext › opens dropdown on right click:
projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.pw.spec.ts#L17
1) [webkit] › projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.pw.spec.ts:8:9 › DropdownContext › opens dropdown on right click
Error: expect(locator).toHaveScreenshot(expected)
32108 pixels (ratio 0.03 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-context/dropdown-context.pw.spec.ts-snapshots/01-dropdown-context-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-context-624d8-ens-dropdown-on-right-click-webkit/01-dropdown-context-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-context-624d8-ens-dropdown-on-right-click-webkit/01-dropdown-context-diff.png
Call log:
- expect.toHaveScreenshot(01-dropdown-context.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#context-menu [automation-id="tui-doc-example"]')
- 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
- 32108 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#context-menu [automation-id="tui-doc-example"]')
- 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
- 32108 pixels (ratio 0.03 of all image pixels) are different.
15 | await api.waitStableState();
16 |
> 17 | await expect(example).toHaveScreenshot('01-dropdown-context.png');
| ^
18 | });
19 |
20 | test('closes previous dropdown after new one is opened', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.pw.spec.ts:17:31
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel
Error: expect(locator).toHaveScreenshot(expected)
473 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-carousel/3-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium/components-carousel/3-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium/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
- 473 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
- 473 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
473 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-carousel/3-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium-retry1/components-carousel/3-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium-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
- 473 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
- 473 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
473 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-carousel/3-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium-retry2/components-carousel/3-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-carousel-chromium-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
- 473 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
- 473 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
2) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item
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-legend-item/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium/charts-legend-item/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium/charts-legend-item/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-legend-item/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.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
2) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item
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-legend-item/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium-retry1/charts-legend-item/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium-retry1/charts-legend-item/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-legend-item/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.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
2) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item
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-legend-item/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium-retry2/charts-legend-item/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-legend-item-chromium-retry2/charts-legend-item/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-legend-item/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.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
3) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-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-ring-chart/2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium/charts-ring-chart/2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium/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
- 222 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
- 222 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
3) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-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-ring-chart/2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium-retry1/charts-ring-chart/2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium-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
- 222 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
- 222 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
3) [chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
3696 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-ring-chart/1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium-retry2/charts-ring-chart/1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-charts-ring-chart-chromium-retry2/charts-ring-chart/1-diff.png
Call log:
- expect.toHaveScreenshot(charts-ring-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
- 3696 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
- 3696 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
Playwright / ubuntu-latest / 5 of 9
Process completed with exit code 1.
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/calendar:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/calendar
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: getByTestId('tui-doc-example').nth(2)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(components-calendar/3.png) with timeout 5000ms
- generating new stable 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
- 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...
- Timeout 5000ms exceeded.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
E2E result
Process completed with exit code 1.
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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
|
Slow Test:
[webkit] › projects/demo-playwright/tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › projects/demo-playwright/tests/kit/input-table/input-table.pw.spec.ts took 15.7s
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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
|
Unable to comment on PR
Unable to comment on your PR — this can happen for PR's originating from a fork without write permissions. You can copy the test results directly into a comment using the markdown summary below:
<!-- playwright-report-github-action -- ⚙️ E2E testing -->
### Playwright test results
 **4 failed**
 **2070 passed**
 **1 flaky**
 **83 skipped**
#### Details
 2158 tests across 73 suites
 19 minutes, 20 seconds
 [f03bf3a](https://github.com/taiga-family/taiga-ui/commit/f03bf3a49d17f11f5203039abcd3a671ac98887c)
<details open><summary><strong>Failed tests</strong></summary>
chromium › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts › DropdownMobile for textfields › with select
chromium › tests/demo/demo.pw.spec.ts › Demo › /components/carousel
chromium › tests/demo/demo.pw.spec.ts › Demo › /charts/legend-item
chromium › tests/demo/demo.pw.spec.ts › Demo › /charts/ring-chart
</details>
<details ><summary><strong>Flaky tests</strong></summary>
webkit › tests/kit/dropdown-context/dropdown-context.pw.spec.ts › DropdownContext › opens dropdown on right click
</details>
<details ><summary><strong>Skipped tests</strong></summary>
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with saved cards
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › expired field should be clickable after reset of prefilled value
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-example"
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-code"
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll after click on link with anchor
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › getting started / [light mode]
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › getting started / [dark mode]
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Submenu
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Form control
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Complex
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Options with long text
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Prompt
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Pristine form does not show confirmation
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Dirty form shows confirmation
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Form is reset to pristine
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › A dialog and a nested dialog are open correctly
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Mobile dialog works
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with directive works
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Show simple
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Show simple + custom button
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 720x900 › Dialog with confirmation works ›
|
🎭 Playwright Run Summary
1 failed
[chromium] › projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
119 passed (1.7m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (1.7m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (2.2m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (2.5m)
|
🎭 Playwright Run Summary
120 passed (2.3m)
|
🎭 Playwright Run Summary
120 passed (2.6m)
|
🎭 Playwright Run Summary
120 passed (2.4m)
|
🎭 Playwright Run Summary
119 passed (2.0m)
|
🎭 Playwright Run Summary
119 passed (2.2m)
|
🎭 Playwright Run Summary
9 skipped
111 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
111 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.pw.spec.ts:8:9 › DropdownContext › opens dropdown on right click
15 skipped
104 passed (2.3m)
|
🎭 Playwright Run Summary
15 skipped
105 passed (2.2m)
|
🎭 Playwright Run Summary
120 passed (3.5m)
|
🎭 Playwright Run Summary
120 passed (3.0m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/carousel
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/legend-item
[chromium] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart
117 passed (3.8m)
|
🎭 Playwright Run Summary
120 passed (4.0m)
|
🎭 Playwright Run Summary
44 skipped
76 passed (2.9m)
|
🎭 Playwright Run Summary
44 skipped
76 passed (3.5m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
120 passed (5.6m)
|
🎭 Playwright Run Summary
120 passed (6.7m)
|
🎭 Playwright Run Summary
11 skipped
109 passed (2.5m)
|
🎭 Playwright Run Summary
11 skipped
109 passed (2.0m)
|
🎭 Playwright Run Summary
4 skipped
115 passed (2.4m)
|
🎭 Playwright Run Summary
4 skipped
115 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/calendar
119 passed (6.2m)
|
🎭 Playwright Run Summary
120 passed (4.7m)
|
🎭 Playwright Run Summary
120 passed (10.0m)
|
🎭 Playwright Run Summary
120 passed (9.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_f03bf3a49d17f11f5203039abcd3a671ac98887c
Expired
|
150 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_1
Expired
|
2.07 MB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_2
Expired
|
506 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_3
Expired
|
1.41 MB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_4
Expired
|
684 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_5
Expired
|
3.48 MB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_6
Expired
|
449 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_7
Expired
|
481 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_8
Expired
|
493 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_9
Expired
|
531 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_1
Expired
|
303 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_2
Expired
|
414 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_3
Expired
|
1.32 MB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_4
Expired
|
604 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_5
Expired
|
1010 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_6
Expired
|
910 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_7
Expired
|
389 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_8
Expired
|
423 KB |
|
playwright-blob-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-macOS_9
Expired
|
428 KB |
|
playwright-snapshots-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_1
Expired
|
190 KB |
|
playwright-snapshots-artifacts--f03bf3a49d17f11f5203039abcd3a671ac98887c-13086829420-10294-Linux_5
Expired
|
262 KB |
|