fix(kit): Tabs
fix multiple emitting of activeItemIndexChange
#10860
e2e.yml
on: pull_request
Build demo
4m 4s
Cypress / Component Testing
4m 43s
Matrix: playwright
E2E result
1m 10s
Playwright E2E Tests matrix result
0s
Annotations
5 errors, 13 warnings, and 18 notices
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L39
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ─────────────────────
Error: expect(locator).toHaveScreenshot(expected)
6770 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/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/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
- 6770 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
- 6770 pixels (ratio 0.01 of all image pixels) are different.
37 | await page.waitForTimeout(100);
38 |
> 39 | await expect(example).toHaveScreenshot([
| ^
40 | path.replace('/', '').replaceAll('/', '-'),
41 | `${i + 1}.png`,
42 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:39:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L39
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
6770 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-retry1/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-retry1/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
- 6770 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
- 6770 pixels (ratio 0.01 of all image pixels) are different.
37 | await page.waitForTimeout(100);
38 |
> 39 | await expect(example).toHaveScreenshot([
| ^
40 | path.replace('/', '').replaceAll('/', '-'),
41 | `${i + 1}.png`,
42 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:39:39
|
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L39
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
6770 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
- 6770 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
- 6770 pixels (ratio 0.01 of all image pixels) are different.
37 | await page.waitForTimeout(100);
38 |
> 39 | await expect(example).toHaveScreenshot([
| ^
40 | path.replace('/', '').replaceAll('/', '-'),
41 | `${i + 1}.png`,
42 | ]);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:39:39
|
Playwright / ubuntu-latest / 6 of 9
Process completed with exit code 1.
|
E2E 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 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
|
E2E 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
108 passed (1.1m)
|
🎭 Playwright Run Summary
108 passed (1.2m)
|
🎭 Playwright Run Summary
109 passed (1.1m)
|
🎭 Playwright Run Summary
109 passed (59.5s)
|
🎭 Playwright Run Summary
108 passed (1.2m)
|
🎭 Playwright Run Summary
108 passed (1.4m)
|
🎭 Playwright Run Summary
108 passed (1.4m)
|
🎭 Playwright Run Summary
108 passed (1.3m)
|
🎭 Playwright Run Summary
108 passed (1.6m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /charts/ring-chart ──────────────────────
107 passed (1.4m)
|
🎭 Playwright Run Summary
108 passed (1.4m)
|
🎭 Playwright Run Summary
108 passed (1.5m)
|
🎭 Playwright Run Summary
108 passed (2.1m)
|
🎭 Playwright Run Summary
108 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (5.6m)
|
🎭 Playwright Run Summary
109 passed (4.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_124f9f0b61e0505bdb2a1443bf03ab1fb548a56d
Expired
|
114 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_1
Expired
|
168 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_2
Expired
|
204 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_3
Expired
|
1.16 MB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_4
Expired
|
319 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_5
Expired
|
599 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_6
Expired
|
1.21 MB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_7
Expired
|
200 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_8
Expired
|
204 KB |
|
playwright-blob-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_9
Expired
|
230 KB |
|
playwright-snapshots-artifacts--124f9f0b61e0505bdb2a1443bf03ab1fb548a56d-12200623956-9934-Linux_6
Expired
|
103 KB |
|