We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc546e commit e54bd8bCopy full SHA for e54bd8b
tests/src/end-to-end/images/images.test.ts
@@ -27,7 +27,7 @@ test.describe("Check Image Block and Toolbar functionality", () => {
27
await compareDocToSnapshot(page, "createImage");
28
expect(await page.screenshot()).toMatchSnapshot("create-image.png");
29
});
30
- test("Should be able to upload image", async ({ page }) => {
+ test.skip("Should be able to upload image", async ({ page }) => {
31
await focusOnEditor(page);
32
await executeSlashCommand(page, "image");
33
0 commit comments