From 74c47383be20d05dc7ea5902b338b19893facee0 Mon Sep 17 00:00:00 2001 From: Patrick Fleming Date: Fri, 24 Jan 2025 10:39:30 +0000 Subject: [PATCH] Update E2E tests with reordered bail information task pages --- e2e-tests/steps/bailInformationSection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/steps/bailInformationSection.ts b/e2e-tests/steps/bailInformationSection.ts index 750cb705..85ba2556 100644 --- a/e2e-tests/steps/bailInformationSection.ts +++ b/e2e-tests/steps/bailInformationSection.ts @@ -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) }