From c809cd4020c85e06b2f4e7ab6b7836e4584f0b77 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( - + , );