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
fd21680072
commit
75bb45a847
@ -41,7 +41,7 @@ describe('GddSend', () => {
|
||||
it('has a disabled input field of type email', () => {
|
||||
expect(wrapper.find('#input-group-1').find('input').attributes('disabled')).toBe('disabled')
|
||||
})
|
||||
it('has an disabled input field of amount', () => {
|
||||
it('has a disabled input field for amount', () => {
|
||||
expect(wrapper.find('#input-2').find('input').attributes('disabled')).toBe('disabled')
|
||||
})
|
||||
it('has a disabled textarea field ', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user