From cae55999a74ebf4dbacfe32c76dd187955e5428a Mon Sep 17 00:00:00 2001 From: Eladio Feijoo Date: Tue, 29 Aug 2023 18:34:00 -0400 Subject: [PATCH] test: :white_check_mark: Repair fail test in ci --- tests/sections/catalogue/BookCatlogueComponent.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sections/catalogue/BookCatlogueComponent.spec.tsx b/tests/sections/catalogue/BookCatlogueComponent.spec.tsx index 92eef51..4948602 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ítul: ${book.title}`) + const image = await screen.findByAltText(`Título: ${book.title}`) expect(image).toBeInTheDocument() }) it('should render read button', async () => {