Updates docs and @types/node (#5534) #3718
Annotations
1 error, 5 warnings, and 1 notice
Run test:integration:
playwright/integration/examples/markdown-shortcuts.test.ts#L30
1) [chromium] › integration/examples/markdown-shortcuts.test.ts:14:7 › On markdown-shortcuts example › can add list items
Error: Timed out 8000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('ul > li')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 8000ms
- waiting for locator('ul > li')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
28 | await page.keyboard.press('Backspace')
29 |
> 30 | await expect(page.locator('ul > li')).toHaveCount(3)
| ^
31 |
32 | expect(await page.locator('ul > li').nth(0).innerText()).toContain(
33 | '1st Item'
at /home/runner/work/slate/slate/playwright/integration/examples/markdown-shortcuts.test.ts:30:43
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup node
Unexpected input(s) 'key', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'version']
|
Run test:integration:
[chromium] › integration/examples/markdown-shortcuts.test.ts#L1
[chromium] › integration/examples/markdown-shortcuts.test.ts took 20.2s
|
Run test:integration:
[chromium] › integration/examples/check-lists.test.ts#L1
[chromium] › integration/examples/check-lists.test.ts took 16.5s
|
Post Setup node
Unexpected input(s) 'key', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'version']
|
Run test:integration
1 flaky
[chromium] › integration/examples/markdown-shortcuts.test.ts:14:7 › On markdown-shortcuts example › can add list items
2 skipped
73 passed (4.6m)
|
The logs for this run have expired and are no longer available.
Loading