Skip to content

Commit

Permalink
(BSR) feat(identityCheck): change tests name in DMSModal (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeneston-pass authored Jan 9, 2025
1 parent cb18633 commit 15b4f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('<DMSModal/>', () => {
expect(mockedOpenUrl).toHaveBeenCalledWith(env.DMS_FRENCH_CITIZEN_URL, undefined, true)
})

it('should open DSM french citizen when clicking on "Je suis de nationalité étrangère" button', async () => {
it('should open DSM foreign citizen when clicking on "Je suis de nationalité étrangère" button', async () => {
render(<DMSModal visible hideModal={hideModalMock} />)
const foreignCitizenDMSButton = screen.getByText('Je suis de nationalité étrangère')
await fireEvent.press(foreignCitizenDMSButton)
Expand Down

0 comments on commit 15b4f78

Please sign in to comment.