Challenge: Respond to Registered User
Can you write a test that will respond with a 200 status code to a registered user?
We'll cover the following...
Problem statement
Write a test where an already registered user with Username=username
and Password=password
visits the ...