Skip to content

Commit

Permalink
fix: wrong test description
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Jan 15, 2024
1 parent ab0b864 commit 1aaa0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('DatasetFiles', () => {
cy.findByRole('columnheader', { name: '101 to 150 of 200 Files' }).should('exist')
})

it('does not render pagination if the user changes to a lower page size resulting in one page', () => {
it('does not render pagination if the user changes to a larger page size resulting in one page', () => {
const testFilesCountInfo = FilesCountInfoMother.create({
total: 32
})
Expand Down

0 comments on commit 1aaa0e0

Please sign in to comment.