diff --git a/tests/sections/catalogue/BookCatlogueComponent.spec.tsx b/tests/sections/catalogue/BookCatlogueComponent.spec.tsx index 4948602..92eef51 100644 --- a/tests/sections/catalogue/BookCatlogueComponent.spec.tsx +++ b/tests/sections/catalogue/BookCatlogueComponent.spec.tsx @@ -9,7 +9,7 @@ describe('BookCatalogue', () => { render( {}} />) - const image = await screen.findByAltText(`Título: ${book.title}`) + const image = await screen.findByAltText(`Títul: ${book.title}`) expect(image).toBeInTheDocument() }) it('should render read button', async () => {