test(config): update to playwright 1.29.0 (#26388)

This commit is contained in:
Liam DeBeasi
2022-12-20 09:26:51 -05:00
committed by GitHub
parent c0ef5c5f01
commit bd05fccf58
514 changed files with 157 additions and 136 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