Update toast is now international.

This commit is contained in:
elweyn 2022-01-03 08:24:40 +01:00
parent 8053033c52
commit 8521ff311f

View File

@ -138,9 +138,7 @@ describe('EditCreationFormular', () => {
})
it('toast success message', () => {
expect(toastedSuccessMock).toBeCalledWith(
'Offene schöpfung (90 GDD) für bob@baumeister.de wurde geändert, liegt zur Bestätigung bereit',
)
expect(toastedSuccessMock).toBeCalledWith('creation_form.toasted_update')
})
describe('sendForm with error', () => {