Skip to content

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

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

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

Triggered via pull request April 14, 2026 12:26
Status Failure
Total duration 6m 12s
Artifacts 14

build.yml

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

Annotations

44 errors and 6 notices
Build
Process completed with exit code 1.
Playwright Tests - chromium (1/2)
Process completed with exit code 1.
[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
[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
3) [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
2) [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 209 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
2) [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
2) [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
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Test timeout of 30000ms exceeded.
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
[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
3) [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
2) [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
2) [chromium] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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-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
2) [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
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Test timeout of 30000ms exceeded.
[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
3) [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
2) [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
2) [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
2) [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
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L37
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Edit link') to be visible 35 | // Click Edit link button 36 | const editButton = page.getByText("Edit link"); > 37 | await editButton.waitFor({ state: "visible" }); | ^ 38 | await editButton.click(); 39 | 40 | await page.keyboard.press("Control+A"); at /__w/BlockNote/BlockNote/tests/src/end-to-end/linktoolbar/linktoolbar.test.ts:37:22
[webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link: tests/src/end-to-end/linktoolbar/linktoolbar.test.ts#L0
1) [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link Test timeout of 30000ms exceeded.
Playwright Tests - webkit (1/2)
Process completed with exit code 1.
[webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:320:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block with children: tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:320:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block with children Error: expect(string).toMatchSnapshot(expected) @@ -41,11 +41,11 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "ParagraphParagraph" + "text": "Paragraph" } ] } ] } @@ -54,11 +54,11 @@ ] }, { "type": "blockContainer", "attrs": { - "id": "3" + "id": "2" }, "content": [ { "type": "paragraph", "attrs": { @@ -67,11 +67,11 @@ "textAlignment": "left" }, "content": [ { "type": "text", - "text": "Paragraph" + "text": "ParagraphParagraph" } ] } ] }, Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/deleteShallowerBlockWithChildren-json-webkit-linux.json Received: /__w/BlockNote/BlockNote/tests/test-results/keyboardhandlers-keyboardh-ce0ec-allower-block-with-children-webkit/deleteShallowerBlockWithChildren-json-actual.json at ../utils/editor.ts:47 45 | // Remove id from docs 46 | const doc = JSON.stringify(await getDoc(page), null, 2); > 47 | expect(doc).toMatchSnapshot(`${name}.json`); | ^ 48 | } 49 | at compareDocToSnapshot (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:47:15) at /__w/BlockNote/BlockNote/tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts:336:5
[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
🎭 Playwright Run Summary
1 failed [chromium] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar 2 skipped 81 passed (1.2m)
🎭 Playwright Run Summary
3 failed [firefox] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link [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.6m)
🎭 Playwright Run Summary
1 failed [firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar 12 skipped 71 passed (1.5m)
🎭 Playwright Run Summary
3 failed [chromium] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link [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 (1.6m)
🎭 Playwright Run Summary
3 failed [webkit] › src/end-to-end/linktoolbar/linktoolbar.test.ts:11:7 › Check Link Toolbar functionality › Should preserve existing marks when editing a link [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.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/keyboardhandlers/keyboardhandlers.test.ts:320:7 › Check Keyboard Handlers' Behaviour › Check Delete before shallower block with children 10 skipped 72 passed (2.6m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
332 KB
sha256:dd9691e34556c742c3c3357f19490f230c0d39c3e6f1f80bd2717a209c80ebd2
blob-report-chromium-2 Expired
764 KB
sha256:712939a5e8c14d6d80e3996f5855ce2b929b486113ee019a686b4f87cf82175f
blob-report-firefox-1 Expired
306 KB
sha256:885554f6b2a8c0b1390e56a2e2bb853acf27208e8b5963e303f9a8c22b3e7574
blob-report-firefox-2 Expired
711 KB
sha256:0742352fbd034ead6d0e1e996f14bcb91fbfe9f00cf9dd4c3cef8fa4832259dd
blob-report-webkit-1 Expired
5.48 MB
sha256:115c85db8432a08cd953cf638e0995a6b2fd09e35b9ba5d2081f222f2e3413f0
blob-report-webkit-2 Expired
863 KB
sha256:ddd0a27f89247ee3a61c0dd4c73544ff5e1bf3b7132146082a6fe0ea67a263d0
playwright-build Expired
21.6 MB
sha256:2f397c26b1d4a823d05f880c558abb2781df8a9106433531fff73d4c6d08fa95
playwright-report-chromium-1
828 KB
sha256:ac2842f981af9a8ddb3b3f86f64af8e9854bd12c59238e5334cfd83b4aca2a32
playwright-report-chromium-2
1.21 MB
sha256:874f850dfe114e6bec0eeafb7f14e66c41ab602566d05b66e80ce18dd4c18041
playwright-report-firefox-1
802 KB
sha256:6224ece42ee6570fcd9c4492b5bfc1c1cef7aa676393adef6168dc03801c9d93
playwright-report-firefox-2
1.16 MB
sha256:ee727165da7423fbba51fe7688f58673794074b2422aebe7810a5c24b98ddfef
playwright-report-merged
8.24 MB
sha256:5fbde5e63f65e162fb623113a6c4451c190f61fccac4ffce1e84d860e16cb3f2
playwright-report-webkit-1
5.93 MB
sha256:c42d17c3d2ffa01d69f0460c30d990af34d3eb5f55a5ff9a924e3b09ef802493
playwright-report-webkit-2
1.28 MB
sha256:c8e7eae693cd9f3d6a1f574e04adedf834a34be261b50c449697e2cf587f8cac