Skip to content

Commit 2e1707d

Browse files
committed
Fix test failure
1 parent 0392f09 commit 2e1707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/admin/11-change-the-owner-of-application.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("Change the owner of application", () => {
3939
cy.get('[data-testid="Change Application Settings-child-link"]').click({ force: true });
4040
cy.get("#itest-application-list-table").within(() => {
4141
cy.contains("tr", appName).within(() => {
42-
cy.get("td > span").click({ force: true });
42+
cy.get("td > div > span").click({ force: true });
4343
});
4444
});
4545

0 commit comments

Comments
 (0)