We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dea35c commit 33ed601Copy full SHA for 33ed601
e2e/integration/journey.test.js
@@ -113,7 +113,7 @@ it('requires employee selection', () => {
113
cy.findByRole('button', { name: /submit/i }).click()
114
cy.findByText(/form is incomplete/i).should('exist')
115
116
- cy.get('input[id="react-select-2-input"]').type('Ca').type('{enter}')
+ cy.get('input[id="employer"]').type('Ca').type('{enter}')
117
118
119
cy.wait('@createVolunteer').then(({ request: { body: payload } }) => {
0 commit comments