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 7c74cc3 commit a5390daCopy full SHA for a5390da
e2e/integration/journey.test.js
@@ -113,8 +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.findByRole('textbox', { name: /who is your employer/i }).type('Ca')
117
- cy.findByRole('option', { name: /Capgemini/i }).click()
+ cy.get('input[id="react-select-2-input"]').type('Ca').type('{enter}')
118
119
120
cy.wait('@createVolunteer').then(({ request: { body: payload } }) => {
0 commit comments