Try to fix a flakey frontend test
This commit is contained in:
@@ -35,7 +35,7 @@ describe("<Layout />", () => {
|
||||
|
||||
it("renders app navigation correctly", async () => {
|
||||
const component = render(
|
||||
<WithLocation path="/account">
|
||||
<WithLocation path="/">
|
||||
<Layout />
|
||||
</WithLocation>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user