Update shot name

This commit is contained in:
Bernardo Cardoso
2024-04-09 10:55:49 +01:00
parent 58c0ab8731
commit 87e32252a6

View File

@ -14,7 +14,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
const container = page.locator('#default'); const container = page.locator('#default');
await expect(container).toHaveScreenshot(screenshot(`chip-round`)); await expect(container).toHaveScreenshot(screenshot(`chip-default`));
}); });
}); });