diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-05-28 14:21:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 14:21:31 +0200 |
commit | 74deaf4879dfbc09e909d9d559edae68b88640f3 (patch) | |
tree | 755116dd15853b4a5497fe46ddd0bf52aa703c20 | |
parent | bd9a052692febaa7e613fa66c9787886fdbbe892 (diff) | |
download | nextcloud-server-fix/recommended-apps.tar.gz nextcloud-server-fix/recommended-apps.zip |
test: adjust for cypressfix/recommended-apps
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | cypress/e2e/core/setup.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/core/setup.ts b/cypress/e2e/core/setup.ts index a94fdde2b25..a9174a3ebe7 100644 --- a/cypress/e2e/core/setup.ts +++ b/cypress/e2e/core/setup.ts @@ -130,7 +130,7 @@ function sharedSetup() { .within(() => { cy.findByRole('heading', { name: 'Recommended apps' }) .should('be.visible') - cy.findByRole('link', { name: 'Skip' }) + cy.findByRole('button', { name: 'Skip' }) .should('be.visible') cy.findByRole('button', { name: 'Install recommended apps' }) .should('be.visible') |