Bump tar from 6.1.8 to 6.1.11 #3716
Annotations
3 errors, 7 warnings, and 1 notice
Run test:integration:
playwright/integration/examples/check-lists.test.ts#L1
1) [chromium] › integration/examples/check-lists.test.ts:8:7 › Check-lists example › checks the bullet when clicked
Test timeout of 20000ms exceeded.
|
Run test:integration:
playwright/integration/examples/check-lists.test.ts#L17
1) [chromium] › integration/examples/check-lists.test.ts:8:7 › Check-lists example › checks the bullet when clicked
Error: expect(locator).toHaveCSS(expected)
Locator: locator('div[data-slate-node="element"]').nth(3).locator('span').nth(1)
Expected string: "line-through"
Received string: ""
Call log:
- expect.toHaveCSS with timeout 8000ms
- waiting for locator('div[data-slate-node="element"]').nth(3).locator('span').nth(1)
15 | await expect(
16 | page.locator(slateNodeElement).nth(3).locator('span').nth(1)
> 17 | ).toHaveCSS('text-decoration-line', 'line-through')
| ^
18 |
19 | // Unchecking the checkboxes should un-cross the corresponding text.
20 | await page
at /home/runner/work/slate/slate/playwright/integration/examples/check-lists.test.ts:17:7
|
Run test:integration:
playwright/integration/examples/mentions.test.ts#L28
2) [firefox] › integration/examples/mentions.test.ts:22:7 › mentions example › inserts on enter from list
Error: Timed out 8000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[data-cy="mention-Jabba"]')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 8000ms
- waiting for locator('[data-cy="mention-Jabba"]')
- 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"
26 | await page.getByRole('textbox').pressSequentially(' @ja')
27 | await page.getByRole('textbox').press('Enter')
> 28 | await expect(page.locator('[data-cy="mention-Jabba"]')).toHaveCount(1)
| ^
29 | })
30 | })
31 |
at /home/runner/work/slate/slate/playwright/integration/examples/mentions.test.ts:28:61
|
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']
|
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:
[firefox] › integration/examples/mentions.test.ts#L1
[firefox] › integration/examples/mentions.test.ts took 32.3s
|
Run test:integration:
[chromium] › integration/examples/check-lists.test.ts#L1
[chromium] › integration/examples/check-lists.test.ts took 24.4s
|
Run test:integration:
[firefox] › integration/examples/code-highlighting.test.ts#L1
[firefox] › integration/examples/code-highlighting.test.ts took 17.1s
|
Run test:integration:
[firefox] › integration/examples/markdown-shortcuts.test.ts#L1
[firefox] › integration/examples/markdown-shortcuts.test.ts took 15.8s
|
Run test:integration
2 flaky
[chromium] › integration/examples/check-lists.test.ts:8:7 › Check-lists example › checks the bullet when clicked
[firefox] › integration/examples/mentions.test.ts:22:7 › mentions example › inserts on enter from list
2 skipped
72 passed (5.8m)
|
The logs for this run have expired and are no longer available.
Loading