Skip to content

Commit 33ed601

Browse files
committed
Fix Failing e2e test
1 parent 4dea35c commit 33ed601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/integration/journey.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ it('requires employee selection', () => {
113113
cy.findByRole('button', { name: /submit/i }).click()
114114
cy.findByText(/form is incomplete/i).should('exist')
115115

116-
cy.get('input[id="react-select-2-input"]').type('Ca').type('{enter}')
116+
cy.get('input[id="employer"]').type('Ca').type('{enter}')
117117
cy.findByRole('button', { name: /submit/i }).click()
118118

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

0 commit comments

Comments
 (0)