Skip to content

Commit

Permalink
forgot to update here
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-Bohora committed Feb 5, 2025
1 parent f096226 commit f938207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test-e2e/specs/all/landing-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getI18nString } from "~/utils/enUs";
test.beforeEach(async ({ page }) => {
await page.goto("/en");
await expect(page.getByRole("heading", { level: 1 })).toHaveText(
/where we start/i
new RegExp(getI18nString("components.landing_splash.header"), "i")
);
});

Expand Down

0 comments on commit f938207

Please sign in to comment.