feat(addon-doc): support target property for links #9141
Annotations
6 errors, 1 warning, and 1 notice
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L24
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ──────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('tui-doc-example').nth(1).locator('[automation-id="tui-doc-example"]')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('tui-doc-example').nth(1).locator('[automation-id="tui-doc-example"]')
Call Log:
- Test timeout of 30000ms exceeded
22 | ).toBeAttached();
23 | }
> 24 | }).toPass();
| ^
25 |
26 | const examples = await page
27 | .locator('tui-doc-example [automation-id="tui-doc-example"]')
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:24:16
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L24
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('tui-doc-example').nth(1).locator('[automation-id="tui-doc-example"]')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('tui-doc-example').nth(1).locator('[automation-id="tui-doc-example"]')
Call Log:
- Test timeout of 30000ms exceeded
22 | ).toBeAttached();
23 | }
> 24 | }).toPass();
| ^
25 |
26 | const examples = await page
27 | .locator('tui-doc-example [automation-id="tui-doc-example"]')
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:24:16
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L1
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L24
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/cell ────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('tui-doc-example').nth(3).locator('[automation-id="tui-doc-example"]')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('tui-doc-example').nth(3).locator('[automation-id="tui-doc-example"]')
Call Log:
- Test timeout of 30000ms exceeded
22 | ).toBeAttached();
23 | }
> 24 | }).toPass();
| ^
25 |
26 | const examples = await page
27 | .locator('tui-doc-example [automation-id="tui-doc-example"]')
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:24:16
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L24
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/cell ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('tui-doc-example').nth(3).locator('[automation-id="tui-doc-example"]')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('tui-doc-example').nth(3).locator('[automation-id="tui-doc-example"]')
Call Log:
- Test timeout of 30000ms exceeded
22 | ).toBeAttached();
23 | }
> 24 | }).toPass();
| ^
25 |
26 | const examples = await page
27 | .locator('tui-doc-example [automation-id="tui-doc-example"]')
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:24:16
|
Run screenshot tests on dist/demo/browser
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], actions/cache/[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
2 failed
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/avatar ───────────────────────
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /experimental/cell ─────────────────────────
81 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading