chore: bump the editor-dependencies group across 1 directory with 17 updates #6706
Annotations
19 errors, 1 warning, and 2 notices
|
Playwright Tests - firefox
Property 'blockSpecs' does not exist on type 'BlockNoteSchema<any, any, any>'.
|
|
Playwright Tests - firefox
Property 'inlineContentSchema' does not exist on type 'BlockNoteSchema<Record<string, BlockConfig<string, PropSchema, "inline" | "none" | "table">>, any, StyleSchema>'.
|
|
Playwright Tests - firefox
Property 'inlineContentSchema' does not exist on type 'BlockNoteSchema<Record<string, BlockConfig<string, PropSchema, "inline" | "none" | "table">>, any, StyleSchema>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<any, any, any>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<any, any, any>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<any, any, any>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<Record<string, BlockConfig<string, PropSchema, "inline" | "none" | "table">>, InlineContentSchema, any>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<Record<string, BlockConfig<string, PropSchema, "inline" | "none" | "table">>, InlineContentSchema, any>'.
|
|
Playwright Tests - firefox
Property 'styleSchema' does not exist on type 'BlockNoteSchema<Record<string, BlockConfig<string, PropSchema, "inline" | "none" | "table">>, InlineContentSchema, any>'.
|
|
Playwright Tests - firefox
Property 'blockSpecs' does not exist on type 'BlockNoteSchema<B, I, S>'.
|
|
Build
Process completed with exit code 1.
|
|
Playwright Tests - webkit
Process completed with exit code 1.
|
|
[webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
2) [webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar
Error: expect(Buffer).toMatchSnapshot(expected)
1007 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts-snapshots/ariakit-link-toolbar-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit/ariakit-link-toolbar-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit/ariakit-link-toolbar-diff.png
39 |
40 | await page.waitForTimeout(500);
> 41 | expect(await page.screenshot()).toMatchSnapshot("ariakit-link-toolbar.png");
| ^
42 | });
43 | test("Check slash menu", async ({ page }) => {
44 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts:41:37
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L19
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-content-type="video"] .bn-file-caption')
17 | await page.waitForTimeout(500);
18 |
> 19 | await page.locator(`[data-content-type="video"] .bn-file-caption`).click();
| ^
20 | await page.keyboard.press("Backspace");
21 | await page.waitForTimeout(500);
22 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:19:72
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L0
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L19
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-content-type="video"] .bn-file-caption')
17 | await page.waitForTimeout(500);
18 |
> 19 | await page.locator(`[data-content-type="video"] .bn-file-caption`).click();
| ^
20 | await page.keyboard.press("Backspace");
21 | await page.waitForTimeout(500);
22 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:19:72
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L0
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L19
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-content-type="video"] .bn-file-caption')
17 | await page.waitForTimeout(500);
18 |
> 19 | await page.locator(`[data-content-type="video"] .bn-file-caption`).click();
| ^
20 | await page.keyboard.press("Backspace");
21 | await page.waitForTimeout(500);
22 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/basics/basicblocks.test.ts:19:72
|
|
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance:
tests/src/end-to-end/basics/basicblocks.test.ts#L0
1) [webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
Test timeout of 30000ms exceeded.
|
|
Playwright Tests - firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 skipped
94 passed (2.3m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
1 flaky
[webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ─
9 skipped
84 passed (4.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-chromium
Expired
|
263 KB |
sha256:500fad9bab2d629a27f00fa0ec961d45bb29205491323a2b10a003238282595a
|
|
|
playwright-report-webkit
Expired
|
1.89 MB |
sha256:e6379d415e2fff28190e9a0f3fa82b6dd44082b1a003a702131b4239d02ede3c
|
|