Steps
In its simplest form, a login procedure requires the user to:- Navigate to the login form
- Fill in a username/email field
- Fill in a password field
- Click a button to finalise the login
login.spec.ts
Takeaways
- Use environment variables to inject secrets.
- You might need to wait for the navigation as you are redirected to the login screen/modal.