diff --git a/admin/src/components/CreationFormular.spec.js b/admin/src/components/CreationFormular.spec.js index 9e11048e8..083b7ca67 100644 --- a/admin/src/components/CreationFormular.spec.js +++ b/admin/src/components/CreationFormular.spec.js @@ -425,7 +425,7 @@ describe('CreationFormular', () => { expect(wrapper.emitted('remove-all-bookmark')).toBeTruthy() }) - it('emits toast dailed creations with two emails', () => { + it('emits toast failed creations with two emails', () => { expect(wrapper.emitted('toast-failed-creations')).toEqual([ [['bob@baumeister.de', 'bibi@bloxberg.de']], ])