Skip to content

Commit

Permalink
Remove back link check
Browse files Browse the repository at this point in the history
  • Loading branch information
eoin-corr-git authored and joseluisgraa committed Jan 9, 2025
1 parent 6ba1a00 commit 279a653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-journey-tests/specs/finalAnswers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ describe('Check your final answers test', () => {
await waitForPagePath(submissionConfirmationPage.pagePath)

await submissionConfirmationPage.verifyPageHeadingAndTitle()
await submissionConfirmationPage.selectBackLink()
await waitForPagePath(finalAnswersPage.pagePath)
// expect(await submissionConfirmationPage.getBackLink().isDisplayed()).toBe(false)
// Uncomment above when back link is removed
})

it('Should verify errors when trying to submit without selecting a declaration', async () => {
Expand Down

0 comments on commit 279a653

Please sign in to comment.