Skip to content

Commit a1171e8

Browse files
authored
test(accordion): revert test change (#25854)
This reverts commit ac56261.
1 parent ac56261 commit a1171e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/accordion/test/a11y/accordion.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test.describe('accordion: a11y', () => {
1212
const personalInfoHeader = page.locator('ion-accordion:first-child > ion-item');
1313
const billingAddressHeader = page.locator('ion-accordion:nth-child(2) > ion-item');
1414
const shippingAddressHeader = page.locator('ion-accordion:nth-child(3) > ion-item');
15-
const addressInput = page.locator('#address1 input:not(.cloned-input)');
15+
const addressInput = page.locator('#address1 input');
1616

1717
await page.keyboard.press(tabKey);
1818
await expect(personalInfoHeader).toBeFocused();

0 commit comments

Comments
 (0)