mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
99b0fdadb4
commit
fd21680072
@ -44,7 +44,7 @@ describe('GddSend', () => {
|
||||
it('has an disabled input field of amount', () => {
|
||||
expect(wrapper.find('#input-2').find('input').attributes('disabled')).toBe('disabled')
|
||||
})
|
||||
it('has an disabled textarea field ', () => {
|
||||
it('has a disabled textarea field ', () => {
|
||||
expect(wrapper.find('#input-3').find('textarea').attributes('disabled')).toBe('disabled')
|
||||
})
|
||||
it('has a message indicating that there are no GDDs to send ', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user