Skip to content

Commit e54bd8b

Browse files
committed
test: disable the image upload test for now
1 parent 0bc546e commit e54bd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/end-to-end/images/images.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test.describe("Check Image Block and Toolbar functionality", () => {
2727
await compareDocToSnapshot(page, "createImage");
2828
expect(await page.screenshot()).toMatchSnapshot("create-image.png");
2929
});
30-
test("Should be able to upload image", async ({ page }) => {
30+
test.skip("Should be able to upload image", async ({ page }) => {
3131
await focusOnEditor(page);
3232
await executeSlashCommand(page, "image");
3333

0 commit comments

Comments
 (0)