Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit c809cd4

Browse files
committed
Try to fix a flakey frontend test
1 parent da6e5e5 commit c809cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Layout/Layout.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("<Layout />", () => {
3535

3636
it("renders app navigation correctly", async () => {
3737
const component = render(
38-
<WithLocation path="/account">
38+
<WithLocation path="/">
3939
<Layout />
4040
</WithLocation>,
4141
);

0 commit comments

Comments
 (0)