Description: Verify that all elements on the login page are displayed correctly.
- Steps:
- Open the GitHub login page (
https://github.com/login
). - Verify the presence of the following:
- Username field.
- Password field.
- "Sign in" button.
- Open the GitHub login page (
- Expected Result: All elements should be visible.
Description: Validate user details from the GitHub API.
- Steps:
- Send a GET request to
https://api.github.com/users/octocat
. - Verify the
login
andpublic_repos
fields in the response.
- Send a GET request to
- Expected Result: Correct values should be returned in the response.