diff options
Diffstat (limited to 'cypress/e2e/settings/apps.cy.ts')
-rw-r--r-- | cypress/e2e/settings/apps.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/settings/apps.cy.ts b/cypress/e2e/settings/apps.cy.ts index 516ddd0cf82..8bec0bd00f4 100644 --- a/cypress/e2e/settings/apps.cy.ts +++ b/cypress/e2e/settings/apps.cy.ts @@ -125,7 +125,7 @@ describe('Settings: App management', { testIsolation: true }, () => { it('View app details', () => { // When I click on the "QA testing" app - cy.get('#apps-list').contains('tr', 'QA testing').click({ force: true }) + cy.get('#apps-list').contains('a', 'QA testing').click({ force: true }) // I see that the app details are shown cy.get('#app-sidebar-vue') .should('be.visible') |