frontender v.2

This commit is contained in:
julian
2024-06-28 11:19:27 -03:00
parent e61985d50e
commit 10b1f8c855
11 changed files with 39 additions and 17 deletions

0
test/derivantes/accounts_test.exs Normal file → Executable file
View File

View File

@ -32,7 +32,7 @@ defmodule DerivantesWeb.UserRegistrationLiveTest do
assert result =~ "Register"
assert result =~ "must have the @ sign and no spaces"
assert result =~ "should be at least 12 character"
assert result =~ "La contraseña debe tener por lo menos 12 caracteres"
end
end

View File