aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cypress/e2e/core/setup.ts2
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')