chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-12-20 10:44:26 -05:00
443 changed files with 262 additions and 158 deletions

View File

@ -22,7 +22,8 @@ test.describe('datetime-button: rendering', () => {
);
});
test('should size the popover correctly', async ({ page }) => {
test('should size the popover correctly', async ({ page, skip }) => {
skip.browser('firefox', 'Rendering is flaky in Firefox 107');
await page.setContent(`
<ion-datetime-button datetime="datetime"></ion-datetime-button>
<ion-popover>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB