mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adapt contribution form unit tests to changes
This commit is contained in:
parent
bb65a1b11b
commit
43a9ec2a4c
@ -329,7 +329,8 @@ describe('ContributionForm', () => {
|
||||
|
||||
describe('invalid form data', () => {
|
||||
beforeEach(async () => {
|
||||
await wrapper.findComponent({ name: 'BFormDatepicker' }).vm.$emit('input', now)
|
||||
// skip this precondition as long as the datepicker is disabled in the component
|
||||
// await wrapper.findComponent({ name: 'BFormDatepicker' }).vm.$emit('input', now)
|
||||
await wrapper.find('#contribution-amount').find('input').setValue('200')
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user