fix capitalisation

This commit is contained in:
counterweight 2025-12-26 19:06:57 +01:00
parent 8503c760dc
commit c0999370c6
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
12 changed files with 86 additions and 86 deletions

View file

@ -26,7 +26,7 @@ test("renders signup form with title", () => {
test("renders invite code input", () => {
renderWithProviders(<SignupPage />);
expect(screen.getByLabelText("Código de Invitación")).toBeDefined();
expect(screen.getByLabelText("Código de invitación")).toBeDefined();
});
test("renders continue button", () => {