feat(tables): overhaul table cells #4077
Annotations
7 errors, 5 warnings, and 1 notice
[webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Error: expect(Buffer).toMatchSnapshot(expected)
81968 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
[webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
13142 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry1/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry1/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
[webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar:
tests/src/end-to-end/theming/theming.test.ts#L51
1) [webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
13142 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png
Received: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry2/dark-link-toolbar-actual.png
Diff: /home/runner/work/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry2/dark-link-toolbar-diff.png
49 |
50 | await page.waitForTimeout(500);
> 51 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png");
| ^
52 | });
53 | test("Should show dark slash menu", async ({ page }) => {
54 | await focusOnEditor(page);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:51:37
|
[firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar:
tests/src/end-to-end/ariakit/ariakit.test.ts#L41
2) [firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ──────────────
Error: expect(Buffer).toMatchSnapshot(expected)
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
|
[firefox] › draghandle/draghandle.test.ts:159:7 › Check Draghandle functionality › Deleting block with children should delete all children:
tests/src/end-to-end/draghandle/draghandle.test.ts#L1
3) [firefox] › draghandle/draghandle.test.ts:159:7 › Check Draghandle functionality › Deleting block with children should delete all children
Test timeout of 30000ms exceeded.
|
[firefox] › draghandle/draghandle.test.ts:159:7 › Check Draghandle functionality › Deleting block with children should delete all children:
tests/src/end-to-end/draghandle/draghandle.test.ts#L173
3) [firefox] › draghandle/draghandle.test.ts:159:7 › Check Draghandle functionality › Deleting block with children should delete all children
Error: page.hover: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-content-type=heading][data-level="2"]')
171 | await page.keyboard.type("This is h3");
172 |
> 173 | await page.hover(H_TWO_BLOCK_SELECTOR);
| ^
174 | await page.click(DRAG_HANDLE_SELECTOR);
175 | await page.click("text=Delete");
176 | await page.waitForSelector(H_ONE_BLOCK_SELECTOR);
at /home/runner/work/BlockNote/BlockNote/tests/src/end-to-end/draghandle/draghandle.test.ts:173:16
|
Build
Process completed with exit code 1.
|
Slow Test:
tests/[webkit] › draghandle/draghandle.test.ts#L1
tests/[webkit] › draghandle/draghandle.test.ts took 26.9s
|
Slow Test:
tests/[chromium] › draghandle/draghandle.test.ts#L1
tests/[chromium] › draghandle/draghandle.test.ts took 22.8s
|
Slow Test:
tests/[webkit] › images/images.test.ts#L1
tests/[webkit] › images/images.test.ts took 21.8s
|
Slow Test:
tests/[webkit] › slashmenu/slashmenu.test.ts#L1
tests/[webkit] › slashmenu/slashmenu.test.ts took 21.6s
|
Slow Test:
tests/[firefox] › slashmenu/slashmenu.test.ts#L1
tests/[firefox] › slashmenu/slashmenu.test.ts took 18.6s
|
🎭 Playwright Run Summary
1 failed
[webkit] › theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar
2 flaky
[firefox] › ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ───────────────
[firefox] › draghandle/draghandle.test.ts:159:7 › Check Draghandle functionality › Deleting block with children should delete all children
18 skipped
246 passed (8.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.27 MB |
|