Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Dec 20, 2024
1 parent 29db265 commit 9b6d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/register.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 9b6d588

Please sign in to comment.