Skip to content

Commit 9cc7d3c

Browse files
committed
Replace Capgemini to original code Cap
1 parent 5003ef5 commit 9cc7d3c

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
@@ -122,7 +122,7 @@ it('requires employee selection', () => {
122122
cy.findByRole('button', { name: /submit/i }).click()
123123
cy.findByText(/form is incomplete/i).should('exist')
124124
cy.findByRole('combobox', { name: /who is your employer/i }).type(
125-
'Capgemini{enter}'
125+
'Cap{enter}'
126126
)
127127
cy.findByRole('button', { name: /submit/i }).click()
128128

0 commit comments

Comments
 (0)