fix: tests

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-07 02:46:33 +01:00
parent 9a4e589bb5
commit 3eb5ffd66e

View File

@@ -16,7 +16,7 @@ test.describe('Convert JPG to PNG tool', () => {
// Click on download
const downloadPromise = page.waitForEvent('download');
await page.getByText('Save as').click();
await page.getByText('Download').click();
// Intercept and read downloaded PNG
const download = await downloadPromise;
@@ -50,7 +50,7 @@ test.describe('Convert JPG to PNG tool', () => {
// Click on download
const downloadPromise = page.waitForEvent('download');
await page.getByText('Save as').click();
await page.getByText('Download').click();
// Intercept and read downloaded PNG
const download = await downloadPromise;