diff --git a/packages/main/cypress/specs/Button.cy.tsx b/packages/main/cypress/specs/Button.cy.tsx
index 2587893a438b..b0dc10aa84eb 100644
--- a/packages/main/cypress/specs/Button.cy.tsx
+++ b/packages/main/cypress/specs/Button.cy.tsx
@@ -577,4 +577,61 @@ describe("Accessibility", () => {
cy.get("@tag")
.should("have.text", "999+");
});
+
+ it("accessibilityInfo returns correct properties for different button states", () => {
+ cy.mount();
+
+ cy.get