Skip to content

Commit

Permalink
updating a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Feb 12, 2025
1 parent 7e84052 commit 521dc3e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ describe(
entityNameinLeftSidebar: "Tab2",
action: "Rename",
});
agHelper.TypeText(locators._entityNameEditing, tabname);
cy.get(locators._entityNameEditing)
.clear()
.type(tabname + "{enter}");
agHelper.Sleep(2000);
entityExplorer.ValidateDuplicateMessageToolTip(tabname);
cy.get(explorer.editEntity)
Expand Down

0 comments on commit 521dc3e

Please sign in to comment.