There was an error while loading. Please reload this page.
1 parent 7aa71fe commit 4232f98Copy full SHA for 4232f98
1 file changed
.playwright/tests/images.spec.ts
@@ -40,7 +40,6 @@ test.describe('images', () => {
40
timeout: VISIBILITY_TIMEOUT_MS,
41
});
42
await expect(page.locator('.eti-inline-image-img')).toHaveCount(0);
43
-
44
await expect(editorLocator(page)).toHaveScreenshot(snapshotName);
45
46
0 commit comments