Closed ahmedhalac closed 1 week ago
Hi @ahmedhalac,
Some tests failed but it's simple, it's just because you changed the id from username to email, maybe the best to fix it here is remove this id at all and change on cypress test to select the field by formControlName.
You can use this selectors input[formControlName=email]
and input[formControlName=password]
instead #username
and #password
Hi @ahmedhalac ,
Sorry man, you forgot to change on register, the last one and the test will pass.
Hi @FelipePSoares. I already fixed register page test. Now it passed successfully.
Hi @ahmedhalac ,
Thank you so much again.
Update login/register page to use angular material
Related to #257