Skip to content

Commit

Permalink
test: update test to not expect create link
Browse files Browse the repository at this point in the history
  • Loading branch information
amerc15 committed Sep 26, 2024
1 parent a804b2c commit bad0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/specs/application_registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bad0852

Please sign in to comment.