Tests for Signup Page
Let's add a test for successful user creation and a test for failed user creation due to short password length.
We'll cover the following
Our TestBed
has been configured and our signupPage
has been instantiated using our SignupPage
class, so we can write our first test.
This is our updated application code:
Get hands-on with 1400+ tech skills courses.