From 796abd13312f13919f430dfcbf09cc76d7e9db67 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 14 Nov 2023 14:27:23 +0100 Subject: [PATCH] Try to fix a flakey frontend test --- frontend/src/components/Layout/Layout.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Layout/Layout.test.tsx b/frontend/src/components/Layout/Layout.test.tsx index e95f60ab9..0a5cf0de9 100644 --- a/frontend/src/components/Layout/Layout.test.tsx +++ b/frontend/src/components/Layout/Layout.test.tsx @@ -35,7 +35,7 @@ describe("", () => { it("renders app navigation correctly", async () => { const component = render( - + , );