From 51d1512ee8caf46ab0e77f43cbe1df016b8814d2 Mon Sep 17 00:00:00 2001 From: Veselina Radeva Date: Fri, 9 Aug 2024 11:33:54 +0300 Subject: [PATCH] Update App.test.tsx Make a test fail --- __tests__/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/App.test.tsx b/__tests__/App.test.tsx index 43e4a26..1ab769c 100644 --- a/__tests__/App.test.tsx +++ b/__tests__/App.test.tsx @@ -26,5 +26,5 @@ it('should render Step One', async () => { const stepOne = await screen.findByText('Step One'); - expect(stepOne).toHaveTextContent('Step One'); + expect(stepOne).toHaveTextContent('Step Two'); });