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

@@ -72,7 +72,10 @@ test.describe('select: basic', () => {
});
test.describe('select: popover', () => {
test('it should open a popover select', async ({ page, browserName }) => {
test('it should open a popover select', async ({ page, browserName, skip }) => {
// TODO (FW-2979)
skip.browser('webkit', 'Safari 16 only allows text fields and pop-up menus to be focused.');
const ionPopoverDidPresent = await page.spyOnEvent('ionPopoverDidPresent');
const ionDismiss = await page.spyOnEvent('ionDismiss');
@@ -80,7 +83,7 @@ test.describe('select: basic', () => {
await ionPopoverDidPresent.next();
const popover = await page.locator('ion-popover');
const popover = page.locator('ion-popover');
// TODO(FW-1436)
if (browserName !== 'firefox') {

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB