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 33ed601 commit 65052aaCopy full SHA for 65052aa
e2e/integration/journey.test.js
@@ -112,8 +112,7 @@ it('requires employee selection', () => {
112
)
113
cy.findByRole('button', { name: /submit/i }).click()
114
cy.findByText(/form is incomplete/i).should('exist')
115
-
116
- cy.get('input[id="employer"]').type('Ca').type('{enter}')
+ cy.findByRole('combobox', { name: /who is your employer/i }).type('Ca{enter}')
117
118
119
cy.wait('@createVolunteer').then(({ request: { body: payload } }) => {
0 commit comments