Skip to content

Commit

Permalink
fix: re-add accidentally removed mockPersonalInfo in setUp function
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Dec 8, 2023
1 parent a7fe8fb commit bc582d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/frontend/tests/navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test.beforeEach(async ({ page }) => {
if (UPDATE === true) {
return;
}
await mockPersonalInfo(page);
await setUp(page, '/about');
});

Expand Down

0 comments on commit bc582d3

Please sign in to comment.