Skip to content
Snippets Groups Projects
Commit af1f1ed5 authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-60: Fixing test

parent 97ea6fb2
No related branches found
No related tags found
1 merge request!74GREG-60: Org unit and material UI date picker
Pipeline #95087 passed
...@@ -35,7 +35,7 @@ test('Validation message showing if last name is missing', async () => { ...@@ -35,7 +35,7 @@ test('Validation message showing if last name is missing', async () => {
userEvent.type(firstNameComponent, 'Test') userEvent.type(firstNameComponent, 'Test')
// Try to go to the next step and check that the validation message is showing // Try to go to the next step and check that the validation message is showing
const submitButton = screen.getByTestId('register-next') const submitButton = screen.getByTestId('register-submit')
userEvent.click(submitButton) userEvent.click(submitButton)
const validationLastName = i18n const validationLastName = i18n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment