chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-02-22 10:00:56 -05:00
1733 changed files with 1401 additions and 1068 deletions

View File

@ -22,7 +22,7 @@ test.describe('tabs: placement', () => {
`);
const tabs = page.locator('ion-tabs');
expect(await tabs.screenshot()).toMatchSnapshot(`tabs-tab-bar-top-${page.getSnapshotSettings()}.png`);
await expect(tabs).toHaveScreenshot(`tabs-tab-bar-top-${page.getSnapshotSettings()}.png`);
});
test('should show tab bar at the bottom of tabs', async ({ page }) => {
await page.setContent(`
@ -35,6 +35,6 @@ test.describe('tabs: placement', () => {
`);
const tabs = page.locator('ion-tabs');
expect(await tabs.screenshot()).toMatchSnapshot(`tabs-tab-bar-bottom-${page.getSnapshotSettings()}.png`);
await expect(tabs).toHaveScreenshot(`tabs-tab-bar-bottom-${page.getSnapshotSettings()}.png`);
});
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB