Skip to content

Commit e71eec3

Browse files
committed
refactor(ui5-range-slider): refactor ui5-range-slider componen
fix vertical alignment test
1 parent 840f0ab commit e71eec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/main/cypress/specs/VerticalAlignment.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ describe("Vertical Alignment", () => {
7272
cy.get("#container").should("have.css", "height", "44px");
7373
cy.get("#container2").should("have.css", "height", "44px");
7474
cy.get("#container3").should("have.css", "height", "48px");
75-
cy.get("#container4").should("have.css", "height", "53px");
75+
cy.get("#container4").should("have.css", "height", "44px");
7676
});
7777
});

0 commit comments

Comments
 (0)