You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displays error message if the email or password fields are invalid (malformatted email or empty)
Logs the user in and redirects after successful submission
Because we haven't written many Playwright tests for Namesake yet, when tackling this ticket it may be necessary to create additional test helpers or configuration in order to simplify the test writing process. If it seems likely that other Playwright tests will require similar mocks or helpers, consider abstracting them somewhere reusable.
The text was updated successfully, but these errors were encountered:
Create a new test within
tests/e2e
to test the end-to-end flow for signup, registration, and password reset.Test cases
Registration
StatusSelect
#294)Password reset
Sign in
Because we haven't written many Playwright tests for Namesake yet, when tackling this ticket it may be necessary to create additional test helpers or configuration in order to simplify the test writing process. If it seems likely that other Playwright tests will require similar mocks or helpers, consider abstracting them somewhere reusable.
The text was updated successfully, but these errors were encountered: