Skip to content

Commit 7aa71fe

Browse files
committed
chore: revert failing test
1 parent c15c503 commit 7aa71fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.playwright/tests/images.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test.describe('images', () => {
5454
'<html><p><img src="/pw-e2e-broken.png" width="40" height="40" /></p></html>'
5555
);
5656

57-
await expect(page.locator('[data-eti-image-placeholder]')).not.toBeVisible({
57+
await expect(page.locator('[data-eti-image-placeholder]')).toBeVisible({
5858
timeout: VISIBILITY_TIMEOUT_MS,
5959
});
6060
await expect(page.locator('.eti-inline-image-img')).toHaveCount(0);

0 commit comments

Comments
 (0)