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