Skip to content

Commit

Permalink
Test loading the docs template start page
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Jun 8, 2022
1 parent 733c6d6 commit 9dbc67d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
specify('index page', () => {
cy.visit('/docs/templates/start')
cy.get('a.govuk-button--start')
.should('contains.text', 'Start now')
})

0 comments on commit 9dbc67d

Please sign in to comment.