fix capitalisation
This commit is contained in:
parent
8503c760dc
commit
c0999370c6
12 changed files with 86 additions and 86 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue