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.
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 1300+ tech skills courses.