diff --git a/test/cypress/integration/dashboard/dashboard-links.cy.js b/test/cypress/integration/dashboard/dashboard-links.cy.js index 106ae676e..73ed87aef 100644 --- a/test/cypress/integration/dashboard/dashboard-links.cy.js +++ b/test/cypress/integration/dashboard/dashboard-links.cy.js @@ -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', () => {