Try to fix a flakey frontend test

This commit is contained in:
Quentin Gliech
2023-11-14 14:27:23 +01:00
parent 62dac3bb01
commit 796abd1331

View File

@@ -35,7 +35,7 @@ describe("<Layout />", () => {
it("renders app navigation correctly", async () => {
const component = render(
<WithLocation path="/account">
<WithLocation path="/">
<Layout />
</WithLocation>,
);