This commit is contained in:
einhornimmond 2024-12-16 15:07:08 +01:00
parent f4bdddaa78
commit 7978d2f65e

View File

@ -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', () => {