Skip to content

Commit

Permalink
fix: loading test
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Jan 16, 2024
1 parent dad8039 commit f69a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/component/sections/file/File.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('File', () => {

cy.findByTestId('file-skeleton').should('exist')
cy.wrap(fileRepository.getById).should('be.calledWith', 19)
cy.findByText(testFile.name).should('not.exist')
cy.findByText(testFile.name).should('exist')
})

it('renders page not found when file is not found', () => {
Expand Down

0 comments on commit f69a699

Please sign in to comment.