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(
`