Skip to content

Commit

Permalink
Fix E2E translation
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Dec 13, 2024
1 parent f37f2c3 commit 461dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/1-company.onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test("Spanish company onboarding", async ({ browser, page, request }) => {

await page.getByRole("button", { name: t("onboarding.common.next") }).click();

await waitForText(page, "Are you registered with Registrado Mercantil?");
await waitForText(page, "Are you registered with Registro Mercantil?");
await page.getByText("Yes").click();

await page
Expand Down

0 comments on commit 461dbaa

Please sign in to comment.