mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix test
This commit is contained in:
parent
f4bdddaa78
commit
7978d2f65e
@ -122,7 +122,7 @@ describe('GdtTransactionList', () => {
|
||||
it('emits input event after currentPage changes', async () => {
|
||||
await wrapper.findComponent({ name: 'BPagination' }).vm.$emit('update:modelValue', 2)
|
||||
await nextTick()
|
||||
expect(wrapper.emitted('input')).toEqual([[2]])
|
||||
expect(wrapper.emitted('update:modelValue')).toEqual([[2]])
|
||||
})
|
||||
|
||||
describe('pagination buttons', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user