diff --git a/packages/main/cypress/specs/Button.cy.ts b/packages/main/cypress/specs/Button.cy.ts index 2a6673582d60..c3292b8bae04 100644 --- a/packages/main/cypress/specs/Button.cy.ts +++ b/packages/main/cypress/specs/Button.cy.ts @@ -111,49 +111,6 @@ describe("Button general interaction", () => { .should("not.been.called"); }); - it("aria-expanded is properly applied on the button tag", () => { - cy.mount(html`Action Bar Button`); - - cy.get("[ui5-button]") - .as("button"); - - cy.get