test(playwright): update to playwright 1.23 (#25645)

This commit is contained in:
Liam DeBeasi
2022-07-15 12:22:55 -04:00
committed by GitHub
parent a6f3ae67ab
commit 48ebb9c820
5 changed files with 48 additions and 1460 deletions

View File

@ -20,7 +20,7 @@ test.describe('action sheet: basic', () => {
await buttonOption.click();
await ionActionSheetDidDismiss.next();
expect(ionActionSheetDidDismiss).toHaveReceivedEventDetail({ data: { type: '1' } });
expect(ionActionSheetDidDismiss).toHaveReceivedEventDetail({ data: { type: '1' }, role: undefined });
});
test('should return cancel button data', async ({ page }, testInfo) => {
test.skip(testInfo.project.metadata.rtl === true, 'This does not test LTR vs. RTL layout.');