diff --git a/core/src/components/accordion/test/basic/accordion.e2e.ts b/core/src/components/accordion/test/basic/accordion.e2e.ts index fc033142f9..fae82ec3ad 100644 --- a/core/src/components/accordion/test/basic/accordion.e2e.ts +++ b/core/src/components/accordion/test/basic/accordion.e2e.ts @@ -42,9 +42,6 @@ test.describe('accordion: ionChange', () => { await accordionHeaders.nth(1).click(); await expect(ionChange).toHaveReceivedEventDetail({ value: 'second' }); - await accordionHeaders.nth(1).click(); - await expect(ionChange).toHaveReceivedEventDetail({ value: undefined }); - await accordionHeaders.nth(2).click(); await expect(ionChange).toHaveReceivedEventDetail({ value: 'third' }); });