mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-15 09:12:41 +00:00
Update frontend/src/pages/Community.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
6cbc3b8419
commit
aefd696dc7
@ -304,9 +304,7 @@ describe('Community', () => {
|
|||||||
deleteContribution: true,
|
deleteContribution: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
await wrapper
|
contributionListComponent.vm.$emit('delete-contribution', { id: 2 })
|
||||||
.findComponent({ name: 'ContributionForm' })
|
|
||||||
.vm.$emit('delete-contribution', 2)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('calls the API', () => {
|
it('calls the API', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user