feat(core)!: Alert
refactor to not require module imports
#9044
Annotations
4 errors, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L59
1) [chromium] › tests/core/alert-service/alert-service.spec.ts:9:9 › AlertService › is shown correctly
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuidocheader]')
at utils/goto.ts:59
57 |
58 | if (hideHeader) {
> 59 | await page.locator('[tuidocheader]').evaluate(el => el.remove());
| ^
60 | }
61 |
62 | if (hideVersionManager) {
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:59:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/alert-service/alert-service.spec.ts:10:9
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L59
1) [chromium] › tests/core/alert-service/alert-service.spec.ts:9:9 › AlertService › is shown correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuidocheader]')
at utils/goto.ts:59
57 |
58 | if (hideHeader) {
> 59 | await page.locator('[tuidocheader]').evaluate(el => el.remove());
| ^
60 | }
61 |
62 | if (hideVersionManager) {
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:59:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/alert-service/alert-service.spec.ts:10:9
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L59
1) [chromium] › tests/core/alert-service/alert-service.spec.ts:9:9 › AlertService › is shown correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[tuidocheader]')
at utils/goto.ts:59
57 |
58 | if (hideHeader) {
> 59 | await page.locator('[tuidocheader]').evaluate(el => el.remove());
| ^
60 | }
61 |
62 | if (hideVersionManager) {
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:59:46)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/alert-service/alert-service.spec.ts:10:9
|
Run screenshot tests on dist/demo/browser/main
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run screenshot tests on dist/demo/browser/main
1 failed
[chromium] › tests/core/alert-service/alert-service.spec.ts:9:9 › AlertService › is shown correctly
110 passed (1.7m)
|
Run screenshot tests on dist/demo/browser
111 passed (1.9m)
|
The logs for this run have expired and are no longer available.
Loading