Update frontend/src/pages/Send.spec.js

Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
Moriz Wahl 2022-03-23 08:53:30 +01:00 committed by GitHub
parent 9c1ad7405a
commit 042e05dc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ describe('Send', () => {
})
it('shows the transaction formular again', () => {
expect(wrapper.findComponent({ name: 'TransactionForm' }).exists()).toBeTruthy()
expect(wrapper.findComponent({ name: 'TransactionForm' }).exists()).toBe(true)
})
it('restores the previous data in the formular', () => {