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

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

View File

@ -406,7 +406,7 @@ describe('GddTransactionList', () => {
})
describe.only('pagination buttons', () => {
it('shows the pagination buttons if transactionCount > 25', () => {
it('shows the pagination buttons if transactionCount > pageSize', () => {
beforeEach(async () => {
await wrapper.setProps({
transactionCount: 42,