diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-11-13 16:59:35 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-11-15 10:50:10 +0100 |
commit | 25d87033b109538da95d35fc0ac6201c61db57f7 (patch) | |
tree | 9f7016311c838a37302b020452092b071da57123 /cypress | |
parent | 830d85bcf1dd421717f69f3f22d434d1512e6e0f (diff) | |
download | nextcloud-server-25d87033b109538da95d35fc0ac6201c61db57f7.tar.gz nextcloud-server-25d87033b109538da95d35fc0ac6201c61db57f7.zip |
Add link for opening app details
Add `alt` for `AppScore` image
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'cypress')
-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') |