fix: useReactNodeView ref for React 19 compatibility #3706
Annotations
2 errors, 6 warnings, and 1 notice
[firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
1) [firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ──────────────
Error: Screenshot comparison failed:
228 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts-snapshots/ariakit-link-toolbar-firefox-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox/ariakit-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox/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 /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts:41:37
|
[webkit] › draghandle/draghandle.test.ts:48:7 › Check Draghandle functionality › Draghandle should display next to correct block:
tests/src/end-to-end/draghandle/draghandle.test.ts#L57
2) [webkit] › draghandle/draghandle.test.ts:48:7 › Check Draghandle functionality › Draghandle should display next to correct block
Error: expect(received).toBeTruthy()
Received: false
55 | const h3y = await getDragHandleYCoord(page, H_THREE_BLOCK_SELECTOR);
56 |
> 57 | expect(h1y < h2y && h1y < h3y && h2y < h3y).toBeTruthy();
| ^
58 | });
59 |
60 | test("Draghandle should display next to correct nested block", async () => {
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:57:49
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
tests/[firefox] › draghandle/draghandle.test.ts#L1
tests/[firefox] › draghandle/draghandle.test.ts took 27.0s
|
Slow Test:
tests/[chromium] › draghandle/draghandle.test.ts#L1
tests/[chromium] › draghandle/draghandle.test.ts took 23.9s
|
Slow Test:
tests/[webkit] › slashmenu/slashmenu.test.ts#L1
tests/[webkit] › slashmenu/slashmenu.test.ts took 20.5s
|
Slow Test:
tests/[webkit] › images/images.test.ts#L1
tests/[webkit] › images/images.test.ts took 19.9s
|
Slow Test:
tests/[firefox] › slashmenu/slashmenu.test.ts#L1
tests/[firefox] › slashmenu/slashmenu.test.ts took 19.3s
|
🎭 Playwright Run Summary
2 flaky
[firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ───────────────
[webkit] › draghandle/draghandle.test.ts:48:7 › Check Draghandle functionality › Draghandle should display next to correct block
18 skipped
247 passed (7.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.02 MB |
|
relative-ci-artifacts-editor
|
46.6 KB |
|