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

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2023-05-19 09:00:09 +02:00 committed by GitHub
parent f5ab3a1e4f
commit 22f7a69287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ describe('TransactionForm', () => {
).toBe('text')
})
it('has a label form.receiver', () => {
it('has a label form.recipient', () => {
expect(wrapper.find('div[data-test="input-identifier"]').find('label').text()).toBe(
'form.recipient',
)