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:41 +02:00 committed by GitHub
parent da9b5f0bbb
commit f4813468de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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