FelipePSoares / EconoFlow

An easy system to help you control your personal or company budget.
https://econoflow.pt/
MIT License
3 stars 3 forks source link

Feature/#257 update login page to use angular material #261

Closed ahmedhalac closed 1 week ago

ahmedhalac commented 1 week ago

Update login/register page to use angular material

Related to #257

FelipePSoares commented 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

FelipePSoares commented 1 week ago

Hi @ahmedhalac ,

Sorry man, you forgot to change on register, the last one and the test will pass.

ahmedhalac commented 1 week ago

Hi @FelipePSoares. I already fixed register page test. Now it passed successfully.

FelipePSoares commented 1 week ago

Hi @ahmedhalac ,

Thank you so much again.