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 49a24e5 commit d2b1f69Copy full SHA for d2b1f69
e2e/integration/journey.test.js
@@ -112,7 +112,9 @@ it('requires employee selection', () => {
112
)
113
cy.findByRole('button', { name: /submit/i }).click()
114
cy.findByText(/form is incomplete/i).should('exist')
115
- cy.findByRole('combobox', { name: /who is your employer/i }).type('Ca{enter}')
+ cy.findByRole('combobox', { name: /who is your employer/i }).type(
116
+ 'Cap{enter}'
117
+ )
118
119
120
cy.wait('@createVolunteer').then(({ request: { body: payload } }) => {
0 commit comments