Update frontend/src/components/GddSend/TransactionForm.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-03-23 20:37:45 +01:00 committed by GitHub
parent 0e05bded0a
commit 933b55eac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ describe('GddSend', () => {
expect(wrapper.vm.selected).toBe(SEND_TYPES.link)
})
it('clear form.email to empty ', () => {
it('clears form email ', () => {
expect(wrapper.vm.form.email).toBe('')
})