fix(experimental): rename BadgeAlert
to BadgeNotification
#6874
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors and 6 notices
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification:
projects/demo-playwright/tests/demo/demo.spec.ts#L1
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification ──────────
Test timeout of 30000ms exceeded.
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification:
projects/demo-playwright/utils/goto.ts#L34
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification ──────────
Error: locator.evaluate: Page closed
=========================== logs ===========================
waiting for locator('[tuidocheader]')
============================================================
at utils/goto.ts:34
32 |
33 | if (hideHeader) {
> 34 | await page.locator(`[tuidocheader]`).evaluate(el => el.remove());
| ^
35 | }
36 |
37 | return response;
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:34:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:12:13
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification:
projects/demo-playwright/tests/demo/demo.spec.ts#L1
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification:
projects/demo-playwright/utils/goto.ts#L34
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Page closed
=========================== logs ===========================
waiting for locator('[tuidocheader]')
============================================================
at utils/goto.ts:34
32 |
33 | if (hideHeader) {
> 34 | await page.locator(`[tuidocheader]`).evaluate(el => el.remove());
| ^
35 | }
36 |
37 | return response;
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:34:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:12:13
|
playwright / (2 of 3)
Process completed with exit code 1.
|
[chromium] › tests/kit/input-slider/input-slider.spec.ts:157:17 › InputSlider › [min] prop › negative numbers › can type negative number more than [min]:
projects/demo-playwright/tests/kit/input-slider/input-slider.spec.ts#L144
1) [chromium] › tests/kit/input-slider/input-slider.spec.ts:157:17 › InputSlider › [min] prop › negative numbers › can type negative number more than [min]
Test timeout of 30000ms exceeded while running "beforeEach" hook.
142 | let inputSlider!: TuiInputSliderPO;
143 |
> 144 | test.beforeEach(async ({page}) => {
| ^
145 | await tuiGoto(
146 | page,
147 | `components/input-slider/API?min=-10&max=100&quantum=0.001&steps=90`,
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-slider/input-slider.spec.ts:144:18
|
[chromium] › tests/kit/input-slider/input-slider.spec.ts:157:17 › InputSlider › [min] prop › negative numbers › can type negative number more than [min]:
projects/demo-playwright/utils/goto.ts#L28
1) [chromium] › tests/kit/input-slider/input-slider.spec.ts:157:17 › InputSlider › [min] prop › negative numbers › can type negative number more than [min]
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "http://localhost:3333/components/input-slider/API?min=-10&max=100&quantum=0.001&steps=90", waiting until "load"
============================================================
at utils/goto.ts:28
26 | await tuiMockDate(page, date);
27 |
> 28 | const response = await page.goto(url, playwrightGotoOptions);
| ^
29 |
30 | await expect(page.locator(`app`)).toHaveClass(/_loaded/, {timeout: 15_000});
31 | await tuiWaitForFonts(page);
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:28:33)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-slider/input-slider.spec.ts:145:17
|
E2E result
Unable to find any artifacts for the associated workflow
|
E2E result
Unable to find any artifacts for the associated workflow
|
🎭 Playwright Run Summary
71 passed (2.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/badge-notification ───────────
70 passed (2.3m)
|
🎭 Playwright Run Summary
71 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/kit/input-slider/input-slider.spec.ts:157:17 › InputSlider › [min] prop › negative numbers › can type negative number more than [min]
70 passed (3.0m)
|
🎭 Playwright Run Summary
71 passed (3.6m)
|
🎭 Playwright Run Summary
71 passed (2.7m)
|