Skip to content

Commit

Permalink
Update cypress/e2e/spec.cy.js
Browse files Browse the repository at this point in the history
Co-authored-by: edhamiltonHO <[email protected]>
  • Loading branch information
keithkennedyHO and edhamiltonHO authored Sep 22, 2023
1 parent bf1e84c commit e0bcaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('Cookies page links from footer test', () => {
})

describe('Related links respect path prefix', () => {
it('finds the related writing a standard link and follows it to a valid page', () => {
it('finds the correct related link and follows it to a valid page', () => {
cy.visit(testing_params.TEST_ROOT_URL)
// Click through to standard page that has a related link
cy.contains('Read our standards').click()
Expand Down

0 comments on commit e0bcaab

Please sign in to comment.