remvoed soft tests and updated baselines

This commit is contained in:
Bernardo Cardoso
2024-04-10 18:28:23 +01:00
parent 28dd219799
commit f39a6cc269
5 changed files with 0 additions and 11 deletions

View File

@ -19,14 +19,6 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
});
});
test.describe('soft', () => {
test('should not have visual regressions', async ({ page }) => {
const container = page.locator('#soft');
await expect(container).toHaveScreenshot(screenshot(`chip-soft`));
});
});
test.describe('round', () => {
test('should not have visual regressions', async ({ page }) => {
const container = page.locator('#round');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -24,9 +24,6 @@
<ion-chip id="default">
<ion-label>Default</ion-label>
</ion-chip>
<ion-chip id="soft" shape="soft">
<ion-label>Soft</ion-label>
</ion-chip>
<ion-chip id="round" shape="round">
<ion-label>Round</ion-label>
</ion-chip>