From 21bef3d8e8a2686a43f78b5ae318535c8b065bbc Mon Sep 17 00:00:00 2001 From: Jordan Geurtsen <93926205+JordanGeurtsen@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:14:26 +0200 Subject: [PATCH] Update App.test.tsx --- src/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.tsx b/src/App.test.tsx index af2e4b5..f33e94c 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App'; test('Home screen contains \'MauMau\'', () => { render(); - const linkElement = screen.getByText(/MauMau/i); + const linkElement = screen.getByText(/Mau-Mau/i); expect(linkElement).toBeInTheDocument(); });