From bad0852ccc6d27479521d761c956c986d4f539f7 Mon Sep 17 00:00:00 2001 From: Adrian Mercado Date: Thu, 26 Sep 2024 11:42:13 -0700 Subject: [PATCH] test: update test to not expect create link --- cypress/e2e/specs/application_registration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')