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:19 +01:00 committed by GitHub
parent 31e07e70ce
commit 9c1ad7405a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ describe('Send', () => {
})
it('has a send field', () => {
expect(wrapper.find('div.gdd-send').exists()).toBeTruthy()
expect(wrapper.find('div.gdd-send').exists()).toBe(true)
})
describe('fill transaction form for send coins', () => {