Skip to content

Commit 5bf396d

Browse files
Change check method
1 parent 77f9cdd commit 5bf396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ test.describe('settings', () => {
185185
});
186186

187187
test('update free compressions', async () => {
188-
await page.locator('#tinypng_sizes_medium').uncheck();
188+
await enableCompressionSizes(page, ['0', 'thumbnail', 'large'], false);
189189

190190
await expect(page.getByText('With these settings you can compress at least 166 images for free each month.')).toBeVisible();
191191
});

0 commit comments

Comments
 (0)