Skip to content

Commit

Permalink
Merge pull request #37 from ministryofjustice/fix/e2e-tests
Browse files Browse the repository at this point in the history
Fix E2E tests
  • Loading branch information
patrickjfl authored Dec 12, 2024
2 parents ada0340 + 934edaa commit 36eb05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/01_apply_as_pom.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('create a CAS-2 application', async ({ page, person, pomUser }) => {
await completeRisksAndNeedsSection(page, person.name)
await completeOffenceInformationSection(page, person.name)
await completeCheckAnswersSection(page, person.name)
await expect(page.getByText('You have completed 16 of 16 tasks')).toBeVisible()
await expect(page.getByText('You have completed 15 of 15 tasks')).toBeVisible()
await submitApplication(page)
})

Expand Down

0 comments on commit 36eb05a

Please sign in to comment.