Skip to content

fix: Inserting link removes comment & add comment button click buggy #7333

fix: Inserting link removes comment & add comment button click buggy

fix: Inserting link removes comment & add comment button click buggy #7333

Triggered via pull request April 14, 2026 15:57
Status Failure
Total duration 5m 25s
Artifacts 15

build.yml

on: pull_request
Matrix: playwright
Merge Playwright Reports
46s
Merge Playwright Reports
Fit to window
Zoom out
Zoom in

Annotations

41 errors, 1 warning, and 7 notices
Playwright Tests - chromium (2/2)
Process completed with exit code 1.
[chromium] › src/end-to-end/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#L52
2) [chromium] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1805 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry2/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry2/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[chromium] › src/end-to-end/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#L52
2) [chromium] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1805 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry1/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium-retry1/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[chromium] › src/end-to-end/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#L52
2) [chromium] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Error: expect(Buffer).toMatchSnapshot(expected) 1805 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-chromium/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 271 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium-retry2/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium-retry2/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1871 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium-retry1/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium-retry1/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─ Error: expect(Buffer).toMatchSnapshot(expected) 271 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-chromium/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
Playwright Tests - firefox (2/2)
Process completed with exit code 1.
[firefox] › src/end-to-end/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#L52
2) [firefox] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 198 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry2/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry2/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[firefox] › src/end-to-end/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#L52
2) [firefox] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 198 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry1/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox-retry1/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[firefox] › src/end-to-end/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#L52
2) [firefox] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Error: expect(Buffer).toMatchSnapshot(expected) 198 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-firefox/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1306 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox-retry2/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox-retry2/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1306 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox-retry1/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox-retry1/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ── Error: expect(Buffer).toMatchSnapshot(expected) 1306 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-firefox/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
Playwright Tests - webkit (2/2)
Process completed with exit code 1.
[webkit] › src/end-to-end/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#L52
2) [webkit] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 765 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry2/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry2/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[webkit] › src/end-to-end/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#L52
2) [webkit] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 765 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry1/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit-retry1/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[webkit] › src/end-to-end/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#L52
2) [webkit] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar Error: expect(Buffer).toMatchSnapshot(expected) 765 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts-snapshots/dark-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit/dark-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/theming-theming-Check-Dark-398f6-ould-show-dark-link-toolbar-webkit/dark-link-toolbar-diff.png 50 | 51 | await page.waitForTimeout(500); > 52 | expect(await page.screenshot()).toMatchSnapshot("dark-link-toolbar.png"); | ^ 53 | }); 54 | test("Should show dark slash menu", async ({ page }) => { 55 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/theming/theming.test.ts:52:37
[webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 830 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit-retry2/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit-retry2/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 830 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit-retry1/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit-retry1/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
[webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar: tests/src/end-to-end/shadcn/shadcn.test.ts#L41
1) [webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─── Error: expect(Buffer).toMatchSnapshot(expected) 830 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts-snapshots/shadcn-link-toolbar-webkit-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit/shadcn-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/shadcn-shadcn-Check-ShadCN-UI-Check-link-toolbar-webkit/shadcn-link-toolbar-diff.png 39 | 40 | await page.waitForTimeout(700); > 41 | expect(await page.screenshot()).toMatchSnapshot("shadcn-link-toolbar.png"); | ^ 42 | }); 43 | test("Check slash menu", async ({ page }) => { 44 | await focusOnEditor(page); at /__w/BlockNote/BlockNote/tests/src/end-to-end/shadcn/shadcn.test.ts:41:37
Playwright Tests - firefox (1/2)
Process completed with exit code 1.
[firefox] › 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
1) [firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1325 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-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox-retry2/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox-retry2/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
[firefox] › 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
1) [firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1325 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-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox-retry1/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox-retry1/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
[firefox] › 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
1) [firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Error: expect(Buffer).toMatchSnapshot(expected) 1325 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-firefox-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-firefox/ariakit-link-toolbar-actual.png Diff: /__w/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 /__w/BlockNote/BlockNote/tests/src/end-to-end/ariakit/ariakit.test.ts:41:37
Playwright Tests - chromium (1/2)
Process completed with exit code 1.
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L36
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('input') to be visible 34 | await page.waitForSelector(LINK_BUTTON_SELECTOR); 35 | await page.click(LINK_BUTTON_SELECTOR); > 36 | await page.waitForSelector("input"); | ^ 37 | 38 | await page.keyboard.type("https://example.com"); 39 | await page.keyboard.press("Enter"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/comments/comments.test.ts:36:16
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L0
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L36
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('input') to be visible 34 | await page.waitForSelector(LINK_BUTTON_SELECTOR); 35 | await page.click(LINK_BUTTON_SELECTOR); > 36 | await page.waitForSelector("input"); | ^ 37 | 38 | await page.keyboard.type("https://example.com"); 39 | await page.keyboard.press("Enter"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/comments/comments.test.ts:36:16
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L0
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L36
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('input') to be visible 34 | await page.waitForSelector(LINK_BUTTON_SELECTOR); 35 | await page.click(LINK_BUTTON_SELECTOR); > 36 | await page.waitForSelector("input"); | ^ 37 | 38 | await page.keyboard.type("https://example.com"); 39 | await page.keyboard.press("Enter"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/comments/comments.test.ts:36:16
[chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L0
2) [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Test timeout of 30000ms exceeded.
[chromium] › 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
1) [chromium] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1894 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-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium-retry2/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium-retry2/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
[chromium] › 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
1) [chromium] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1894 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-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium-retry1/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium-retry1/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
[chromium] › 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
1) [chromium] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Error: expect(Buffer).toMatchSnapshot(expected) 294 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-chromium-linux.png Received: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-chromium/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
Playwright Tests - webkit (1/2)
Process completed with exit code 1.
[webkit] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L34
2) [webkit] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-test="createLink"]') to be visible 32 | 33 | // Add a link via the formatting toolbar > 34 | await page.waitForSelector(LINK_BUTTON_SELECTOR); | ^ 35 | await page.click(LINK_BUTTON_SELECTOR); 36 | await page.waitForSelector("input"); 37 | at /__w/BlockNote/BlockNote/tests/src/end-to-end/comments/comments.test.ts:34:16
[webkit] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link: tests/src/end-to-end/comments/comments.test.ts#L0
2) [webkit] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link Test timeout of 30000ms exceeded.
[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
1) [webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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-retry2/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit-retry2/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/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar: tests/src/end-to-end/ariakit/ariakit.test.ts#L41
1) [webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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-retry1/ariakit-link-toolbar-actual.png Diff: /__w/BlockNote/BlockNote/tests/test-results/ariakit-ariakit-Check-Ariakit-UI-Check-link-toolbar-webkit-retry1/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/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar: tests/src/end-to-end/ariakit/ariakit.test.ts#L41
1) [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
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
2 failed [chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ── [chromium] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar 38 passed (45.2s)
🎭 Playwright Run Summary
2 failed [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─── [firefox] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar 38 passed (1.0m)
🎭 Playwright Run Summary
2 failed [webkit] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ──── [webkit] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar 38 passed (1.2m)
Build
{ "workflowData": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "17386a6b9a390456bc0d80feea14d1caf7be118e", "ref": "2620" }, "key": "3IH3pWNO1k", "runId": 24409252105, "webhookDebug": { "action": "requested", "head_branch": "link-overwrite-comments-fix", "head_repository_full_name": "TypeCellOS/BlockNote", "full_name": "TypeCellOS/BlockNote", "isPullRequest": true, "prNumber": 2620, "prNumberType": "number", "isNewPullRequest": true, "isOldPullRequest": false, "prKey": "TypeCellOS/BlockNote:link-overwrite-comments-fix", "oldPrDataHash": "zh2RzVVeJE", "lookupKey": "TypeCellOS/BlockNote:link-overwrite-comments-fix", "data": { "owner": "TypeCellOS", "repo": "BlockNote", "sha": "17386a6b9a390456bc0d80feea14d1caf7be118e", "ref": "2620" } } }
🎭 Playwright Run Summary
1 failed [firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar 12 skipped 72 passed (1.5m)
🎭 Playwright Run Summary
2 failed [chromium] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar [chromium] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link 2 skipped 81 passed (1.8m)
🎭 Playwright Run Summary
1 failed [webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ─ 1 flaky [webkit] › src/end-to-end/comments/comments.test.ts:11:7 › Check Comments functionality › Should preserve existing comments when adding a link 10 skipped 73 passed (2.2m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
509 KB
sha256:6e0d11b040c3fded7a38717e0f94bcc1d3e086f67ea41f9050f7c48f4fff1bd4
blob-report-chromium-2 Expired
521 KB
sha256:f1293ecf711e197202e560151da42af40e49c73ed466bd984d5acbe36f9d1d17
blob-report-firefox-1 Expired
309 KB
sha256:a21773ad5e493cf0721512403c1f50ee7ff0c6b2e066ad33ed8ce6143be56a20
blob-report-firefox-2 Expired
505 KB
sha256:265d3b0685ccb95e85c0cd11e2dd5c703ade87d0aeb4d187575da4cafeb8372e
blob-report-webkit-1 Expired
576 KB
sha256:5d7ee1ac521d0b98979dcee2558e6cbabf79836ddaeac436358d9a03739a1d6a
blob-report-webkit-2 Expired
584 KB
sha256:9034330cbb531e77ab23f6234b34af1432f7fcbe5094f792151f6b551767bda5
playwright-build Expired
21.6 MB
sha256:8eed9f1c61452bf477e652194b46cf7258173eae1790468c0e9502e52aa48e0e
playwright-report-chromium-1
992 KB
sha256:d03784316f1266502af7374252aa49f29ef46b482b3c8079c18014926ab78849
playwright-report-chromium-2
1010 KB
sha256:b4c3bb89721ba322135e4676c24edc29ffe6efee597de26cbe76a133d2ed878a
playwright-report-firefox-1
805 KB
sha256:5d474a406eaeb981eb4cbb7fdbac600ca0305c7a06de20e303eef11633509017
playwright-report-firefox-2
987 KB
sha256:d9634caf541ce31e2f19861f49e23d659371967da0f9c666f788b2ff1243f332
playwright-report-merged
2.84 MB
sha256:436f5a5e364221ed28e8ef72b17e7ad8aa33c56c040b975e2381afd0642b6fb9
playwright-report-webkit-1
1.03 MB
sha256:3ca08995269718d99e525c92c45d56870456d818c67a7b0e558b60442b0f1c14
playwright-report-webkit-2
1.02 MB
sha256:f736e3dd3d03ebe66b46d2fbfcb7b9d613e816774d7f0a700af5de3018e720ce
relative-ci-artifacts-editor
48.6 KB
sha256:28be45ecf73394f560675abdb7442821a9c5d22d957da08a654b4c300e72357b