From 9b6d5887600fa50ae3247c42172a62e0b52036ca Mon Sep 17 00:00:00 2001 From: John Gomersall Date: Fri, 20 Dec 2024 16:51:24 +0000 Subject: [PATCH] Fix test Signed-off-by: John Gomersall --- tests/register.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/register.spec.ts b/tests/register.spec.ts index aa7100c7..135916e4 100644 --- a/tests/register.spec.ts +++ b/tests/register.spec.ts @@ -39,7 +39,7 @@ test("localization", async ({ page }) => { await countryInput.press("ArrowDown"); // If the options are sorted correctly the next option should be Allemagne await countryInput.press("Tab"); - await expect(countryInput).toHaveValue('DE'); + await expect(countryInput).toHaveValue('de'); }); test("verification email", async ({ page }) => {