Update frontend/src/components/GdtTransactionList.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-03-29 11:48:27 +02:00 committed by GitHub
parent 1ad41ddac8
commit a6396cc998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,