mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
remvoed soft tests and updated baselines
This commit is contained in:
@ -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.describe('round', () => {
|
||||||
test('should not have visual regressions', async ({ page }) => {
|
test('should not have visual regressions', async ({ page }) => {
|
||||||
const container = page.locator('#round');
|
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 |
@ -24,9 +24,6 @@
|
|||||||
<ion-chip id="default">
|
<ion-chip id="default">
|
||||||
<ion-label>Default</ion-label>
|
<ion-label>Default</ion-label>
|
||||||
</ion-chip>
|
</ion-chip>
|
||||||
<ion-chip id="soft" shape="soft">
|
|
||||||
<ion-label>Soft</ion-label>
|
|
||||||
</ion-chip>
|
|
||||||
<ion-chip id="round" shape="round">
|
<ion-chip id="round" shape="round">
|
||||||
<ion-label>Round</ion-label>
|
<ion-label>Round</ion-label>
|
||||||
</ion-chip>
|
</ion-chip>
|
||||||
|
|||||||
Reference in New Issue
Block a user