Fix move_node triggers nodes re-render (#5513) #3683
Triggered via pull request
September 20, 2023 03:41
Status
Success
Total duration
5m 49s
Artifacts
–
Annotations
3 errors, 15 warnings, and 1 notice
[chromium] › integration/examples/shadow-dom.test.ts:9:7 › shadow-dom example › renders slate editor inside nested shadow:
playwright/integration/examples/shadow-dom.test.ts#L13
1) [chromium] › integration/examples/shadow-dom.test.ts:9:7 › shadow-dom example › renders slate editor inside nested shadow
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
11 | const innerShadow = outerShadow.locator('> div')
12 |
> 13 | expect(await innerShadow.getByRole('textbox').count()).toBe(1)
| ^
14 | })
15 | })
16 |
at /home/runner/work/slate/slate/playwright/integration/examples/shadow-dom.test.ts:13:60
|
[firefox] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements:
playwright/integration/examples/editable-voids.test.ts#L18
2) [firefox] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
16 | for (const elem of elements) {
17 | const { tag, count } = elem
> 18 | expect(await page.locator(tag).count()).toBe(count)
| ^
19 | }
20 | })
21 |
at /home/runner/work/slate/slate/playwright/integration/examples/editable-voids.test.ts:18:47
|
[firefox] › integration/examples/forced-layout.test.ts:13:7 › forced layout example › checks for the elements:
playwright/integration/examples/forced-layout.test.ts#L15
3) [firefox] › integration/examples/forced-layout.test.ts:13:7 › forced layout example › checks for the elements
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
13 | test('checks for the elements', async ({ page }) => {
14 | for (const { tag, count } of elements) {
> 15 | expect(await page.locator(tag).count()).toBe(count)
| ^
16 | }
17 | })
18 |
at /home/runner/work/slate/slate/playwright/integration/examples/forced-layout.test.ts:15:47
|
lint:prettier
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/
|
lint:prettier
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']
|
lint:prettier
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']
|
lint:typescript
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/
|
lint:typescript
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']
|
lint:typescript
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']
|
test
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/
|
test
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']
|
test
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']
|
lint:eslint
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/
|
lint:eslint
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']
|
lint:eslint
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']
|
test:integration
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/
|
test:integration
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']
|
test:integration
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']
|
🎭 Playwright Run Summary
3 flaky
[chromium] › integration/examples/shadow-dom.test.ts:9:7 › shadow-dom example › renders slate editor inside nested shadow
[firefox] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
[firefox] › integration/examples/forced-layout.test.ts:13:7 › forced layout example › checks for the elements
73 passed (4m)
|