Skip to content

Commit

Permalink
fix: remove trailing i18next.init
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Nov 27, 2023
1 parent 7526ad6 commit 3a24e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/frontend/tests/integration/homepage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ test('Assert login button', async({ page }) => {
});

test('Assert create form button', async({ page }) => {
i18n.init();
await page.goto(process.env.FRONT_END_URL);
const createForm = page.getByRole('link', { name: i18n.t('navBarCreateForm') });
await expect(createForm).toBeHidden();
Expand Down

0 comments on commit 3a24e03

Please sign in to comment.