Skip to content

chore: bump the editor-dependencies group across 1 directory with 2 updates #7357

chore: bump the editor-dependencies group across 1 directory with 2 updates

chore: bump the editor-dependencies group across 1 directory with 2 updates #7357

Triggered via pull request April 16, 2026 15:10
Status Failure
Total duration 33m 59s
Artifacts 8

build.yml

on: pull_request
Matrix: playwright
Merge Playwright Reports
1m 27s
Merge Playwright Reports
Fit to window
Zoom out
Zoom in

Annotations

37 errors and 3 notices
Build
Process completed with exit code 1.
[chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L15
2) [firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor div').nth(3) 13 | .locator(EDITOR_SELECTOR + " div") 14 | .nth(3) > 15 | .hover(); | ^ 16 | 17 | // TODO: doesn't work. No way to access text of ::before element? 18 | // expect(await editor.textContent()).toBe( at /__w/BlockNote/BlockNote/tests/src/end-to-end/placeholder/placeholder.test.ts:15:8
[firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load: tests/src/end-to-end/placeholder/placeholder.test.ts#L0
2) [firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/utils/editor.ts#L5
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.bn-editor') to be visible at ../utils/editor.ts:5 3 | 4 | export async function focusOnEditor(page: Page) { > 5 | await page.waitForSelector(EDITOR_SELECTOR); | ^ 6 | await page.click(EDITOR_SELECTOR); 7 | } 8 | at focusOnEditor (/__w/BlockNote/BlockNote/tests/src/utils/editor.ts:5:14) at /__w/BlockNote/BlockNote/tests/src/end-to-end/multicolumn/multicolumn.test.ts:17:24
[firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column: tests/src/end-to-end/multicolumn/multicolumn.test.ts#L0
1) [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column Test timeout of 30000ms exceeded.
Playwright Tests - webkit (1/2)
The job has exceeded the maximum execution time of 30m0s
Playwright Tests - webkit (1/2)
The operation was canceled.
Playwright Tests - firefox (1/2)
The job has exceeded the maximum execution time of 30m0s
Playwright Tests - firefox (1/2)
The operation was canceled.
Playwright Tests - chromium (1/2)
The job has exceeded the maximum execution time of 30m0s
Playwright Tests - chromium (1/2)
The operation was canceled.
🎭 Playwright Run Summary
29 failed [chromium] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column [chromium] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load [chromium] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:15:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space) [chromium] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:30:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression) [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:26:7 › Check SlashMenu Functionality › should show slash menu when / is typed [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:30:7 › Check SlashMenu Functionality › Should be able to use PageUp/Down to navigate [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:39:7 › Check SlashMenu Functionality › Should be able to create h1 [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:45:7 › Check SlashMenu Functionality › Should be able to create h2 [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:51:7 › Check SlashMenu Functionality › Should be able to create h3 [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:57:7 › Check SlashMenu Functionality › Should be able to create numbered list [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:63:7 › Check SlashMenu Functionality › Should be able to create bullet list [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:69:7 › Check SlashMenu Functionality › Should be able to create paragraph [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:77:7 › Check SlashMenu Functionality › Should add block as sibling of current block if block has content [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:89:7 › Check SlashMenu Functionality › Should add new block after current blocks children [chromium] › src/end-to-end/slashmenu/slashmenu.test.ts:126:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots [chromium] › src/end-to-end/static/static.test.ts:16:7 › Check static rendering › Check static rendering visually matches live editor [chromium] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell [chromium] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells [chromium] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells [chromium] › src/end-to-end/textalignment/textAlignment.test.ts:15:7 › Check Text Alignment Functionality › Should be able to set text alignment on single block [chromium] › src/end-to-end/textalignment/textAlignment.test.ts:39:7 › Check Text Alignment Functionality › Should be able to set text alignment on multiple blocks [chromium] › src/end-to-end/theming/theming.test.ts:22:7 › Check Dark Theme is Automatically Applied › Should show dark editor [chromium] › src/end-to-end/theming/theming.test.ts:28:7 › Check Dark Theme is Automatically Applied › Should show dark formatting toolbar [chromium] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar [chromium] › src/end-to-end/theming/theming.test.ts:54:7 › Check Dark Theme is Automatically Applied › Should show dark slash menu [chromium] › src/end-to-end/theming/theming.test.ts:61:7 › Check Dark Theme is Automatically Applied › Should show dark emoji picker [chromium] › src/end-to-end/theming/theming.test.ts:69:7 › Check Dark Theme is Automatically Applied › Should show dark side menu [chromiu
🎭 Playwright Run Summary
29 failed [webkit] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column [webkit] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:15:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space) [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:30:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression) [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:26:7 › Check SlashMenu Functionality › should show slash menu when / is typed [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:30:7 › Check SlashMenu Functionality › Should be able to use PageUp/Down to navigate [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:39:7 › Check SlashMenu Functionality › Should be able to create h1 [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:45:7 › Check SlashMenu Functionality › Should be able to create h2 [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:51:7 › Check SlashMenu Functionality › Should be able to create h3 [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:57:7 › Check SlashMenu Functionality › Should be able to create numbered list [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:63:7 › Check SlashMenu Functionality › Should be able to create bullet list [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:69:7 › Check SlashMenu Functionality › Should be able to create paragraph [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:77:7 › Check SlashMenu Functionality › Should add block as sibling of current block if block has content [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:89:7 › Check SlashMenu Functionality › Should add new block after current blocks children [webkit] › src/end-to-end/slashmenu/slashmenu.test.ts:126:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots [webkit] › src/end-to-end/static/static.test.ts:16:7 › Check static rendering › Check static rendering visually matches live editor [webkit] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell [webkit] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells [webkit] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells [webkit] › src/end-to-end/textalignment/textAlignment.test.ts:15:7 › Check Text Alignment Functionality › Should be able to set text alignment on single block [webkit] › src/end-to-end/textalignment/textAlignment.test.ts:39:7 › Check Text Alignment Functionality › Should be able to set text alignment on multiple blocks [webkit] › src/end-to-end/theming/theming.test.ts:22:7 › Check Dark Theme is Automatically Applied › Should show dark editor [webkit] › src/end-to-end/theming/theming.test.ts:28:7 › Check Dark Theme is Automatically Applied › Should show dark formatting toolbar [webkit] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar [webkit] › src/end-to-end/theming/theming.test.ts:54:7 › Check Dark Theme is Automatically Applied › Should show dark slash menu [webkit] › src/end-to-end/theming/theming.test.ts:61:7 › Check Dark Theme is Automatically Applied › Should show dark emoji picker [webkit] › src/end-to-end/theming/theming.test.ts:69:7 › Check Dark Theme is Automatically Applied › Should show dark side menu [webkit] › src/end-to-end/theming/theming.test.ts:77:7 › C
🎭 Playwright Run Summary
29 failed [firefox] › src/end-to-end/multicolumn/multicolumn.test.ts:16:7 › Check Multi-Column Behaviour › Check Delete before column [firefox] › src/end-to-end/placeholder/placeholder.test.ts:10:7 › Basic placeholder functionality › should show placeholder on load [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:15:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space) [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:30:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression) [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:26:7 › Check SlashMenu Functionality › should show slash menu when / is typed [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:30:7 › Check SlashMenu Functionality › Should be able to use PageUp/Down to navigate [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:39:7 › Check SlashMenu Functionality › Should be able to create h1 [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:45:7 › Check SlashMenu Functionality › Should be able to create h2 [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:51:7 › Check SlashMenu Functionality › Should be able to create h3 [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:57:7 › Check SlashMenu Functionality › Should be able to create numbered list [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:63:7 › Check SlashMenu Functionality › Should be able to create bullet list [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:69:7 › Check SlashMenu Functionality › Should be able to create paragraph [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:77:7 › Check SlashMenu Functionality › Should add block as sibling of current block if block has content [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:89:7 › Check SlashMenu Functionality › Should add new block after current blocks children [firefox] › src/end-to-end/slashmenu/slashmenu.test.ts:126:7 › Check SlashMenu Functionality › Should be able to create complex documents that match snapshots [firefox] › src/end-to-end/static/static.test.ts:16:7 › Check static rendering › Check static rendering visually matches live editor [firefox] › src/end-to-end/tables/tables.test.ts:11:7 › Check Table interactions › Should be able to type in cell [firefox] › src/end-to-end/tables/tables.test.ts:18:7 › Check Table interactions › Tab should cycle cells [firefox] › src/end-to-end/tables/tables.test.ts:34:7 › Check Table interactions › Arrow keys should move cells [firefox] › src/end-to-end/textalignment/textAlignment.test.ts:15:7 › Check Text Alignment Functionality › Should be able to set text alignment on single block [firefox] › src/end-to-end/textalignment/textAlignment.test.ts:39:7 › Check Text Alignment Functionality › Should be able to set text alignment on multiple blocks [firefox] › src/end-to-end/theming/theming.test.ts:22:7 › Check Dark Theme is Automatically Applied › Should show dark editor [firefox] › src/end-to-end/theming/theming.test.ts:28:7 › Check Dark Theme is Automatically Applied › Should show dark formatting toolbar [firefox] › src/end-to-end/theming/theming.test.ts:38:7 › Check Dark Theme is Automatically Applied › Should show dark link toolbar [firefox] › src/end-to-end/theming/theming.test.ts:54:7 › Check Dark Theme is Automatically Applied › Should show dark slash menu [firefox] › src/end-to-end/theming/theming.test.ts:61:7 › Check Dark Theme is Automatically Applied › Should show dark emoji picker [firefox] › src/end-to-end/theming/theming.test.ts:69:7 › Check Dark Theme is Automatically Applied › Should show dark side menu [firefox] › src/end-to-end/themin

Artifacts

Produced during runtime
Name Size Digest
blob-report-chromium-2 Expired
11.8 MB
sha256:297fb7dd396f71d3aed71a2b39b17183b5dc8fbe72fd34a31750826dc2c8185b
blob-report-firefox-2 Expired
266 MB
sha256:e39ba569641f5928e5a54a922a47f1128c8b094c12b84e6497a0afa40b94323b
blob-report-webkit-2 Expired
22.7 MB
sha256:2323638a31f0f6bb2b77241f867da89dc8206bc33d9654e87c5fb71588e32d46
playwright-build Expired
21.8 MB
sha256:a497e5bff0db5ea53fa26aae8d90d029a18371031275c428e4131879d57bd8e9
playwright-report-chromium-2
6.92 MB
sha256:5642b03c52aec0669d4eaef3088a6e94a7e841ba2d9851a57ca607e5470822cf
playwright-report-firefox-2
257 MB
sha256:bd9240f6b34ff59939de169a51ba30b6dcf988734fe486b3f923864870533632
playwright-report-merged
272 MB
sha256:15a54c620f92aacbd1a7c327e978ca61b9438e2d33b76d4eb88f71b909565913
playwright-report-webkit-2
9.27 MB
sha256:17a9a72d25f2f06b939babaa7aa3bc55815d23213c2c0eaaeea58b7853b4c2d4