We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac56261 commit a1171e8Copy full SHA for a1171e8
core/src/components/accordion/test/a11y/accordion.e2e.ts
@@ -12,7 +12,7 @@ test.describe('accordion: a11y', () => {
12
const personalInfoHeader = page.locator('ion-accordion:first-child > ion-item');
13
const billingAddressHeader = page.locator('ion-accordion:nth-child(2) > ion-item');
14
const shippingAddressHeader = page.locator('ion-accordion:nth-child(3) > ion-item');
15
- const addressInput = page.locator('#address1 input:not(.cloned-input)');
+ const addressInput = page.locator('#address1 input');
16
17
await page.keyboard.press(tabKey);
18
await expect(personalInfoHeader).toBeFocused();
0 commit comments