Skip to content

Commit 4925046

Browse files
Fix tests
1 parent a6cc89c commit 4925046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/compatibility.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ test.describe('as3cf', () => {
144144

145145
await page.goto('/wp-admin/upload.php?mode=list');
146146

147-
await expect(page.getByRole('button', { name: 'Compress' }, { exact: true })).not.toBeVisible();
147+
await expect(page.getByRole('button', { name: 'Compress', exact: true })).not.toBeVisible();
148148
});
149149
});

0 commit comments

Comments
 (0)