Skip to content

Commit

Permalink
fix change the owner of application test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shnrndk committed Feb 7, 2024
1 parent 426260e commit e015d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("Change the owner of application", () => {

//login to admin portal
cy.loginToAdmin(carbonUsername, carbonPassword);
cy.get('[data-testid="Applications-child-link"]').click({ force: true });
cy.get('[data-testid="Change Application Owner-child-link"]').click({ force: true });
cy.get("#itest-application-list-table").within(() => {
cy.contains("tr", appName).within(() => {
cy.get("td > span").click({ force: true });
Expand Down

0 comments on commit e015d0b

Please sign in to comment.