Go to https://the-internet.herokuapp.com/login
Please automate next test cases:
- Login with valid creds (tomsmith/SuperSecretPassword!) and assert you successfully logged in.
- Login with invalid creds and check validation error.
- Logout from app and assert you successfully logged out.
Write your cases in HomeworkLastName.spec.js
file.
Create a pull request when finish.