Skip to content

Commit 65052aa

Browse files
committed
Apply Requested changes
1 parent 33ed601 commit 65052aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/integration/journey.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ it('requires employee selection', () => {
112112
)
113113
cy.findByRole('button', { name: /submit/i }).click()
114114
cy.findByText(/form is incomplete/i).should('exist')
115-
116-
cy.get('input[id="employer"]').type('Ca').type('{enter}')
115+
cy.findByRole('combobox', { name: /who is your employer/i }).type('Ca{enter}')
117116
cy.findByRole('button', { name: /submit/i }).click()
118117

119118
cy.wait('@createVolunteer').then(({ request: { body: payload } }) => {

0 commit comments

Comments
 (0)