From 0fdd7d137b4634148c69e9ea129a87e09aad2299 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 25 Jan 2024 13:13:16 -0500 Subject: [PATCH] chore: sync with main --- .../picker/test/keyboard-entry/picker.e2e.ts | 26 ++++++++++++------- .../components/radio/test/a11y/radio.e2e.ts | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/core/src/components/picker/test/keyboard-entry/picker.e2e.ts b/core/src/components/picker/test/keyboard-entry/picker.e2e.ts index e779b72fa3..64d4a1cce1 100644 --- a/core/src/components/picker/test/keyboard-entry/picker.e2e.ts +++ b/core/src/components/picker/test/keyboard-entry/picker.e2e.ts @@ -170,31 +170,37 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => }); await page.setContent( ` - - - + + + `, config ); - const column = page.locator('ion-picker-column-internal'); + const column = page.locator('ion-picker-column'); await column.click(); - const input = page.locator('ion-picker-internal input'); + const input = page.locator('ion-picker input'); await expect(input).toBeFocused(); // pressing Enter should blur the input and therefore close the keyboard diff --git a/core/src/components/radio/test/a11y/radio.e2e.ts b/core/src/components/radio/test/a11y/radio.e2e.ts index 441b7c801d..bad4c5b55f 100644 --- a/core/src/components/radio/test/a11y/radio.e2e.ts +++ b/core/src/components/radio/test/a11y/radio.e2e.ts @@ -54,7 +54,7 @@ configs({ directions: ['ltr'], themes: ['light', 'dark'] }).forEach(({ title, co const results = await new AxeBuilder({ page }).analyze(); expect(results.violations).toEqual([]); }); - test(title('radio: keyboard navigation'), () => { + test.describe(title('radio: keyboard navigation'), () => { test.beforeEach(async ({ page, browserName }) => { await page.setContent( `