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
4c51fa9803
commit
99b0fdadb4
@ -38,7 +38,7 @@ describe('GddSend', () => {
|
||||
})
|
||||
|
||||
describe('transaction form disable because balance 0,0 GDD', () => {
|
||||
it('has an disabled input field of type email', () => {
|
||||
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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user