Skip to content

Commit ba4da91

Browse files
authored
fix(ui5-input): correct failing test (#11388)
1 parent 872ef2a commit ba4da91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,7 @@ describe("Selection-change event", () => {
716716

717717
cy.get("@innerInput")
718718
.realClick();
719-
cy.get("@innerInput")
720-
.clear();
719+
cy.get("@innerInput").type("{selectall}{backspace}");
721720

722721
cy.get("@inputSelectionChange").should("have.been.calledTwice");
723722

0 commit comments

Comments
 (0)