Skip to content

Commit

Permalink
Some locators have changed in upstream , fixing tests (#1359)
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta authored Mar 4, 2025
1 parent f59ad88 commit 4f817f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
click,
clickByText,
clickItemInKebabMenu,
clickKebabMenuOptionArchetype,
clickTab,
clickWithin,
doesExistButton,
Expand Down Expand Up @@ -327,7 +328,7 @@ export class Application {
delete(cancel = false): void {
Application.open();
cy.wait(2000);
clickItemInKebabMenu(this.name, "Delete");
clickKebabMenuOptionArchetype(this.name, "Delete");
if (cancel) {
cancelForm();
} else {
Expand Down

0 comments on commit 4f817f6

Please sign in to comment.