Skip to content

Commit

Permalink
Merge pull request #823 from ministryofjustice/CAS-722-update-exclusi…
Browse files Browse the repository at this point in the history
…on-label

Update exclusion label
  • Loading branch information
aliuk2012 authored Oct 28, 2024
2 parents 6368cea + 1a395e0 commit a4e01d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e-tests/steps/areaAndFundingSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ async function completeExclusionZonesPage(page: Page, name: string) {
const exclusionZonesPage = await ApplyPage.initialize(page, `Exclusion zones for ${name}`)

await exclusionZonesPage.checkRadio('Yes')
await exclusionZonesPage.fillField('Provide details about the exclusion zone', 'Avoid Liverpool')
await exclusionZonesPage.fillField(
'Provide the required safeguarding details about the exclusion zone',
'Avoid Liverpool',
)

await exclusionZonesPage.clickSave()
}
Expand Down

0 comments on commit a4e01d2

Please sign in to comment.