Skip to content

Commit

Permalink
Update E2E tests with reordered bail information task pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Fleming committed Jan 24, 2025
1 parent 4f790c8 commit 74c4738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/steps/bailInformationSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const completeBailHearingInformationTask = async (page: Page, name: strin
await taskListPage.clickTask('Add bail hearing information')

await completeBailHearingArrangerPage(page)
await completeCourtNamePage(page, name)
await completeBailHearingDatePage(page, name)
await completeCourtNamePage(page, name)
await completeBailHearingMediumPage(page, name)
}

Expand Down

0 comments on commit 74c4738

Please sign in to comment.