Skip to content

Commit e40017e

Browse files
author
Patrick Fleming
committed
Update communication and language needs E2E tests
1 parent 82ab787 commit e40017e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/steps/risksAndNeedsSection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ async function completeMentalHealthPage(page: Page, name: string) {
7474
async function completeCommunicationAndLanguagePage(page: Page, name: string) {
7575
const communicationPage = await ApplyPage.initialize(page, `Communication and language needs for ${name}`)
7676

77+
await communicationPage.checkRadioInGroup('impairments', 'No')
7778
await communicationPage.checkRadioInGroup('interpreter', 'No')
78-
await communicationPage.checkRadioInGroup('need any support', 'No')
7979

8080
await communicationPage.clickSave()
8181
}

0 commit comments

Comments
 (0)