Changed the vue test so that we get information of the locale.

This commit is contained in:
elweyn 2021-11-23 09:35:27 +01:00
parent a9941faafb
commit 3ce3370e80

View File

@ -72,9 +72,7 @@ describe('ResetPassword', () => {
it('has a message suggesting to contact the support', () => {
expect(wrapper.find('div.header').text()).toContain('settings.password.reset')
expect(wrapper.find('div.header').text()).toContain(
'settings.password.reset-password.not-authenticated',
)
expect(wrapper.find('div.header').text()).toContain('settings.password.not-authenticated')
})
})