Skip to content

Commit

Permalink
test: ✅ Repair fail test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Eladio Feijoo committed Aug 29, 2023
1 parent 66fced6 commit cae5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sections/catalogue/BookCatlogueComponent.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('BookCatalogue', () => {

render(<BookCatalogueComponent book={book} onAddReading={() => {}} />)

const image = await screen.findByAltText(`Títul: ${book.title}`)
const image = await screen.findByAltText(`Título: ${book.title}`)
expect(image).toBeInTheDocument()
})
it('should render read button', async () => {
Expand Down

0 comments on commit cae5599

Please sign in to comment.