We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840f0ab commit e71eec3Copy full SHA for e71eec3
1 file changed
packages/main/cypress/specs/VerticalAlignment.cy.tsx
@@ -72,6 +72,6 @@ describe("Vertical Alignment", () => {
72
cy.get("#container").should("have.css", "height", "44px");
73
cy.get("#container2").should("have.css", "height", "44px");
74
cy.get("#container3").should("have.css", "height", "48px");
75
- cy.get("#container4").should("have.css", "height", "53px");
+ cy.get("#container4").should("have.css", "height", "44px");
76
});
77
0 commit comments