fix(core): slash menu fails in custom blocks after space BLO-1036 #7010
Annotations
30 errors, 4 warnings, and 4 notices
|
[chromium] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
4) [chromium] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:5173/custom-schema/alert-block?hideMenu
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-chromium-retry2/resizeImage-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/images/images.test.ts:101:5
|
|
[chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-chromium-retry1/resizeImage-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/images/images.test.ts:101:5
|
|
[chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
3) [chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-chromium/resizeImage-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/images/images.test.ts:101:5
|
|
[chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
2) [chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
34510 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium-retry2/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium-retry2/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
2) [chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
34510 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium-retry1/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium-retry1/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
2) [chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Error: expect(Buffer).toMatchSnapshot(expected)
34510 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-chromium-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-chromium/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -39,11 +39,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
@@ -75,11 +75,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/images-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--8319b-ty-Images-should-keep-props-chromium-retry2/images-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/copypaste/copypaste.test.ts:189:5
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -39,11 +39,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
@@ -75,11 +75,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/images-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--8319b-ty-Images-should-keep-props-chromium-retry1/images-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/copypaste/copypaste.test.ts:189:5
|
|
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props:
tests/src/utils/editor.ts#L47
1) [chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props
Error: expect(string).toMatchSnapshot(expected)
@@ -39,11 +39,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
@@ -75,11 +75,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 154
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/images-json-chromium-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/copypaste-copypaste-Check--8319b-ty-Images-should-keep-props-chromium/images-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/copypaste/copypaste.test.ts:189:5
|
|
[firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:35:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
4) [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:35:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression)
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 138
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-firefox-retry2/resizeImage-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/images/images.test.ts:101:5
|
|
[firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 138
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-firefox-retry1/resizeImage-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/images/images.test.ts:101:5
|
|
[firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 138
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-firefox-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-firefox/resizeImage-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/images/images.test.ts:101:5
|
|
[firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
33892 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox-retry2/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox-retry2/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
33892 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox-retry1/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox-retry1/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Error: expect(Buffer).toMatchSnapshot(expected)
33892 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-firefox-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-firefox/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:35:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
4) [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:35:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed after a space inside alert block (the regression)
Error: page.goto: Could not connect to localhost: Connection refused
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Could not connect to localhost: Connection refused
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Could not connect to localhost: Connection refused
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space):
tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts#L16
3) [webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20:7 › Slash menu in custom (alert) block – issue #2531 › opens slash menu when / is typed at end of alert block content (no preceding space)
Error: page.goto: Could not connect to localhost: Connection refused
Call log:
- navigating to "http://localhost:5173/custom-schema/alert-block?hideMenu", waiting until "load"
14 | test.describe("Slash menu in custom (alert) block – issue #2531", () => {
15 | test.beforeEach(async ({ page }) => {
> 16 | await page.goto(ALERT_BLOCK_URL);
| ^
17 | await page.waitForSelector(".bn-editor");
18 | });
19 |
at /__w/BlockNote/BlockNote/tests/src/end-to-end/slashmenu/slashmenu-customblock.test.ts:16:16
|
|
[webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 143
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry2/resizeImage-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/images/images.test.ts:101:5
|
|
[webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 143
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit-retry1/resizeImage-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/images/images.test.ts:101:5
|
|
[webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image:
tests/src/utils/editor.ts#L47
2) [webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
Error: expect(string).toMatchSnapshot(expected)
@@ -17,11 +17,11 @@
"backgroundColor": "default",
"name": "jk-placeholder-image.jpg",
"url": "https://www.pulsecarshalton.co.uk/wp-content/uploads/2016/08/jk-placeholder-image.jpg",
"caption": "",
"showPreview": true,
- "previewWidth": 573
+ "previewWidth": 143
}
}
]
},
{
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/resizeImage-webkit-linux.json
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--cb35f-uld-be-able-to-resize-image-webkit/resizeImage-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/images/images.test.ts:101:5
|
|
[webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
131176 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit-retry2/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit-retry2/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
131176 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit-retry1/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit-retry1/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
[webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image:
tests/src/end-to-end/images/images.test.ts#L61
1) [webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
Error: expect(Buffer).toMatchSnapshot(expected)
131176 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts-snapshots/embed-image-webkit-linux.png
Received: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit/embed-image-actual.png
Diff: /__w/BlockNote/BlockNote/tests/test-results/images-images-Check-Image--95903-ould-be-able-to-embed-image-webkit/embed-image-diff.png
59 | await page.waitForTimeout(500);
60 | await compareDocToSnapshot(page, "embedImage");
> 61 | expect(await page.screenshot()).toMatchSnapshot("embed-image.png");
| ^
62 | });
63 | test("Should be able to resize image", async ({ page }) => {
64 | await focusOnEditor(page);
at /__w/BlockNote/BlockNote/tests/src/end-to-end/images/images.test.ts:61:37
|
|
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. 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
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. 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
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. 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
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. 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
{
"workflowData": {
"owner": "TypeCellOS",
"repo": "BlockNote",
"sha": "f8ad5a49079e9dabe263a359901a56ad87c45746",
"ref": "2553"
},
"key": "yvXDrNcLVH",
"runId": 22935347963,
"webhookDebug": {
"action": "requested",
"head_branch": "fix/slash-menu-custom-blocks-2531",
"head_repository_full_name": "TypeCellOS/BlockNote",
"full_name": "TypeCellOS/BlockNote",
"isPullRequest": true,
"prNumber": 2553,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "TypeCellOS/BlockNote:fix/slash-menu-custom-blocks-2531",
"oldPrDataHash": "beogW50Mw7",
"lookupKey": "TypeCellOS/BlockNote:fix/slash-menu-custom-blocks-2531",
"data": {
"owner": "TypeCellOS",
"repo": "BlockNote",
"sha": "e78c72292bb2a5a7459a4a8296023b9764437273",
"ref": "2553"
}
}
}
|
|
🎭 Playwright Run Summary
6 failed
[chromium] › src/end-to-end/copypaste/copypaste.test.ts:142:7 › Check Copy/Paste Functionality › Images should keep props
[chromium] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[chromium] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[chromium] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20: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:35: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/static/static.test.ts:10:7 › Check static rendering › Check static rendering
1 skipped
117 passed (3.6m)
|
|
🎭 Playwright Run Summary
5 failed
[firefox] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[firefox] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[firefox] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20: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:35: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/static/static.test.ts:10:7 › Check static rendering › Check static rendering
1 flaky
[firefox] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar
11 skipped
107 passed (4.4m)
|
|
🎭 Playwright Run Summary
5 failed
[webkit] › src/end-to-end/images/images.test.ts:46:7 › Check Image Block and Toolbar functionality › Should be able to embed image
[webkit] › src/end-to-end/images/images.test.ts:63:7 › Check Image Block and Toolbar functionality › Should be able to resize image
[webkit] › src/end-to-end/slashmenu/slashmenu-customblock.test.ts:20: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:35: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/static/static.test.ts:10:7 › Check static rendering › Check static rendering
2 flaky
[webkit] › src/end-to-end/ariakit/ariakit.test.ts:28:7 › Check Ariakit UI › Check link toolbar ─
[webkit] › src/end-to-end/basics/basicblocks.test.ts:11:7 › Check basic text block appearance › Check basic text block appearance
9 skipped
108 passed (5.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-chromium
|
3.48 MB |
sha256:0da485e5934c5494f0ffc452d73639a1b290257dc595d2e18e90e0f17366bc30
|
|
|
playwright-report-firefox
|
1.87 MB |
sha256:5be09860f455dac2fbf2bcd4a9866bde3977b4517cbc5b355a53c4240ba020b6
|
|
|
playwright-report-webkit
|
3.76 MB |
sha256:512e0402eb8bf354ffa9f6e62509f3752ee4d6e6a4e79b7a05b432cd6a6964f2
|
|
|
relative-ci-artifacts-editor
|
46.8 KB |
sha256:f5c4c985fe034d324ae1b1eb88ab59f4f7dbb2f1f3560e732ea68b4fed2a5e23
|
|