Skip to content

Commit

Permalink
PP-13174 Check that stripe test link does not exist for new services
Browse files Browse the repository at this point in the history
  • Loading branch information
james-peacock-gds committed Oct 10, 2024
1 parent 45e7a5c commit 6f3fe36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cypress/integration/dashboard/dashboard-links.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ describe('the links are displayed correctly on the dashboard', () => {
cy.get('#request-to-go-live-link').should('exist')
cy.get('#request-to-go-live-link').should('have.class', 'flex-grid--column-third')

cy.get('#request-stripe-test-account').should('not.exist')

})

it('should display 4 links for a test sandbox account created before 29/08/2024', () => {
Expand Down

0 comments on commit 6f3fe36

Please sign in to comment.