mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/GddTransactionList.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
da9b5f0bbb
commit
f4813468de
@ -415,7 +415,7 @@ describe('GddTransactionList', () => {
|
||||
expect(wrapper.find('div.pagination')).toBeTruthy()
|
||||
})
|
||||
|
||||
it('shows no the pagination buttons if transactionCount < 25', () => {
|
||||
it('shows no pagination buttons if transactionCount < pageSize', () => {
|
||||
beforeEach(async () => {
|
||||
await wrapper.setProps({
|
||||
transactionCount: 2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user