diff --git a/cypress/e2e/specs/application_registration.spec.ts b/cypress/e2e/specs/application_registration.spec.ts index 3b84ff65..0c62995b 100644 --- a/cypress/e2e/specs/application_registration.spec.ts +++ b/cypress/e2e/specs/application_registration.spec.ts @@ -127,7 +127,7 @@ describe('Application Registration', () => { cy.visit('/my-apps') cy.get('[data-testid="create-application-button"]').should('exist') - cy.get('[data-testid="create-application-link"]').should('exist') + cy.get('[data-testid="create-application-link"]').should('not.exist') cy.get('[data-testid="empty-state-card"]') .should('exist') .should('contain', 'No Applications')