Skip to content

fix: Image block selection clears on mouse leave in Safari #7152

fix: Image block selection clears on mouse leave in Safari

fix: Image block selection clears on mouse leave in Safari #7152

Triggered via pull request March 31, 2026 16:38
Status Failure
Total duration 12m 56s
Artifacts 14

build.yml

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

Annotations

11 errors, 9 warnings, and 6 notices
[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) 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/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
src/unit/react/formatConversion/export/runTests.test.ts > React export tests (BlockNote HTML) > reactImage/noCaption: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `React export tests (BlockNote HTML) > reactImage/noCaption 1` mismatched - Expected + Received @@ -13,10 +13,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="example" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> </div> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/react/formatConversion/export/runTests.test.ts:15:7
src/unit/react/formatConversion/export/runTests.test.ts > React export tests (BlockNote HTML) > reactImage/noName: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `React export tests (BlockNote HTML) > reactImage/noName 1` mismatched - Expected + Received @@ -13,10 +13,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="Caption" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/react/formatConversion/export/runTests.test.ts:15:7
src/unit/react/formatConversion/export/runTests.test.ts > React export tests (BlockNote HTML) > reactImage/basic: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `React export tests (BlockNote HTML) > reactImage/basic 1` mismatched - Expected + Received @@ -14,10 +14,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="example" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/react/formatConversion/export/runTests.test.ts:15:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > video: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > video 1` mismatched - Expected + Received @@ -17,10 +17,12 @@ src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm" controls="" draggable="false" width="0" ></video> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> </div> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > image: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > image 1` mismatched - Expected + Received @@ -16,10 +16,12 @@ class="bn-visual-media" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="BlockNote image" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> </div> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > image/nested: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > image/nested 1` mismatched - Expected + Received @@ -13,10 +13,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="Caption" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> <div class="bn-block-group" data-node-type="blockGroup"> @@ -34,10 +36,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="Caption" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > image/noCaption: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > image/noCaption 1` mismatched - Expected + Received @@ -13,10 +13,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="example" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> </div> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > image/noName: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > image/noName 1` mismatched - Expected + Received @@ -13,10 +13,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="Caption" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/unit/core/formatConversion/export/runTests.test.ts > Export tests (BlockNote HTML) > image/basic: tests/src/unit/shared/formatConversion/export/exportTestExecutors.ts#L26
Error: Snapshot `Export tests (BlockNote HTML) > image/basic 1` mismatched - Expected + Received @@ -14,10 +14,12 @@ class="bn-file-block-content-wrapper" style="position: relative; width: 256px;" > <div class="bn-visual-media-wrapper"> <img class="bn-visual-media" src="exampleURL" alt="example" draggable="false" /> + <div class="bn-resize-handle" style="left: 4px; display: none;"></div> + <div class="bn-resize-handle" style="right: 4px; display: none;"></div> </div> <p class="bn-file-caption">Caption</p> </div> </div> </div> ❯ testExportBlockNoteHTML src/unit/shared/formatConversion/export/exportTestExecutors.ts:26:3 ❯ src/unit/core/formatConversion/export/runTests.test.ts:20:7
src/context/ServerBlockNoteEditor.test.ts > Test ServerBlockNoteEditor > converts to HTML (blocksToFullHTML): packages/server-util/src/context/ServerBlockNoteEditor.test.ts#L116
Error: Snapshot `Test ServerBlockNoteEditor > converts to HTML (blocksToFullHTML) 1` mismatched Expected: ""<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="1"><div class="bn-block" data-node-type="blockContainer" data-id="1"><div class="bn-block-content" data-content-type="heading" data-background-color="blue" data-text-color="yellow" data-text-alignment="right" data-level="2"><h2 class="bn-inline-content"><strong><u>Heading </u></strong><em><s>2</s></em></h2></div><div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="2"><div class="bn-block" data-node-type="blockContainer" data-id="2"><div class="bn-block-content" data-content-type="paragraph" data-background-color="red"><p class="bn-inline-content">Paragraph</p></div></div></div><div class="bn-block-outer" data-node-type="blockOuter" data-id="3"><div class="bn-block" data-node-type="blockContainer" data-id="3"><div class="bn-block-content" data-content-type="bulletListItem"><p class="bn-inline-content">list item</p></div></div></div></div></div></div><div class="bn-block-outer" data-node-type="blockOuter" data-id="4"><div class="bn-block" data-node-type="blockContainer" data-id="4"><div class="bn-block-content" data-content-type="image" data-name="Example" data-url="exampleURL" data-caption="Caption" data-preview-width="256" data-file-block=""><div class="bn-file-block-content-wrapper" style="position: relative; width: 256px;"><div class="bn-visual-media-wrapper"><img class="bn-visual-media" src="exampleURL" alt="Example" draggable="false"></div><p class="bn-file-caption">Caption</p></div></div></div></div><div class="bn-block-outer" data-node-type="blockOuter" data-id="5"><div class="bn-block" data-node-type="blockContainer" data-id="5"><div class="bn-block-content" data-content-type="image" data-name="Example" data-url="exampleURL" data-caption="Caption" data-show-preview="false" data-preview-width="256" data-file-block=""><div class="bn-file-block-content-wrapper" style="position: relative;"><div class="bn-file-name-with-icon"><div class="bn-file-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 4V9H5V20H19V4H10Z"></path></svg></div><p class="bn-file-name">Example</p></div><p class="bn-file-caption">Caption</p></div></div></div></div></div>"" Received: ""<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="1"><div class="bn-block" data-node-type="blockContainer" data-id="1"><div class="bn-block-content" data-content-type="heading" data-background-color="blue" data-text-color="yellow" data-text-alignment="right" data-level="2"><h2 class="bn-inline-content"><strong><u>Heading </u></strong><em><s>2</s></em></h2></div><div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="2"><div class="bn-block" data-node-type="blockContainer" data-id="2"><div class="bn-block-content" data-content-type="paragraph" data-background-color="red"><p class="bn-inline-content">Paragraph</p></div></div></div><div class="bn-block-outer" data-node-type="blockOuter" data-id="3"><div class="bn-block" data-node-type="blockContainer" data-id="3"><div class="bn-block-content" data-content-type="bulletListItem"><p class="bn-inline-content">list item</p></div></div></div></div></div></div><div class="bn-block-outer" data-node-type="blockOuter" data-id="4"><div class="bn-block" data-node-type="blockContainer" data-id="4"><div class="bn-block-content" data-content-type="image" data-name="Example" data-url="exampleURL" data-caption="Caption" data-preview-width="256" data-file-block=""><div class="bn-file-block-content-wrapper" style="position: relative; width: 256px;"><div class="bn-visual-media-wrapper"><img class="bn-visual-media" src="exampleURL" alt="E
Playwright Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - chromium (2/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - firefox (2/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - webkit (2/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - chromium (1/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - firefox (1/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright Tests - webkit (1/2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Merge Playwright Reports
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
40 passed (35.1s)
🎭 Playwright Run Summary
1 flaky [firefox] › src/end-to-end/shadcn/shadcn.test.ts:28:7 › Check ShadCN UI › Check link toolbar ─── 39 passed (46.9s)
🎭 Playwright Run Summary
40 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 82 passed (1.2m)
🎭 Playwright Run Summary
12 skipped 72 passed (1.5m)
🎭 Playwright Run Summary
10 skipped 74 passed (2.3m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-1 Expired
114 KB
sha256:436e32694f25e017fcb9d650e80db5f3e5692de32e7bee585a99123803e03f1d
blob-report-chromium-2 Expired
48.7 KB
sha256:8ee7a73b0c8983788cb44b3ca12493af74ad64cc8ad32a69a76490b62113d8af
blob-report-firefox-1 Expired
103 KB
sha256:98c393b0a0398fd18599cd9b5acd1071372543d498ad43e0aecbe7a2cbffb921
blob-report-firefox-2 Expired
201 KB
sha256:308ff3cf65521542c6533e1c47818b6b0a432d24d5b1bd58281685d5efd063f4
blob-report-webkit-1 Expired
109 KB
sha256:0e9bdee39de421c3e10e54813929b1cfb20d0030d6e1bda1645653d925cb1563
blob-report-webkit-2 Expired
49.4 KB
sha256:bc2cf264c5c931fd4d898ee2c310abe4ed50cac3f419fb99920de6ea99b8a857
playwright-build Expired
26.1 MB
sha256:cf6c6acb223bda4a2bda105b50c143b507a262161d7e8e041e35b7525622e07b
playwright-report-chromium-1 Expired
247 KB
sha256:7b10dd4f5799ad4bd23c224e5fa210f2c3aefb8809a202277234c3800bb67aa9
playwright-report-chromium-2 Expired
207 KB
sha256:9b9718fe76ff90a5a011b93b39bf8884b9dcf5d3a833aada22740f3d87513189
playwright-report-firefox-1 Expired
240 KB
sha256:ccabd4ab41741992961ead160b916691cf2510d365e7bbdb2e9bef12abc2a681
playwright-report-firefox-2 Expired
742 KB
sha256:bde42c8691e2904bbe048c0e93d053e7ff9a91ac9d349021b7f230497b7819ff
playwright-report-merged Expired
852 KB
sha256:fc29e8a01d9d16e60d10742167148bc1eebd1c502f59f098a3af89a1d491d720
playwright-report-webkit-1 Expired
245 KB
sha256:154ddeee4ba6e9abbee395faa631759ef9ca28a568ff31407990506e528ab500
playwright-report-webkit-2 Expired
208 KB
sha256:d45bccb67d8c308695ac1855d075650197fd4bdab5eb6515ccd95e7f50dd2f8c