There was an error while loading. Please reload this page.
1 parent c15c503 commit 7aa71feCopy full SHA for 7aa71fe
1 file changed
.playwright/tests/images.spec.ts
@@ -54,7 +54,7 @@ test.describe('images', () => {
54
'<html><p><img src="/pw-e2e-broken.png" width="40" height="40" /></p></html>'
55
);
56
57
- await expect(page.locator('[data-eti-image-placeholder]')).not.toBeVisible({
+ await expect(page.locator('[data-eti-image-placeholder]')).toBeVisible({
58
timeout: VISIBILITY_TIMEOUT_MS,
59
});
60
await expect(page.locator('.eti-inline-image-img')).toHaveCount(0);
0 commit comments