AI Nightmare Exercise
Your Challenge: End-to-End Test Scenario
Please automate the following user flow:
- Navigate to the Registration Page.
- Fill out all fields on the form with valid data (e.g., a real email format, matching passwords).
- Successfully submit the registration form.
- After registration, navigate to the Login Page.
- Log in using the credentials you just registered.
- On the Dashboard, find the user settings form.
- Update the "Your Bio" text area with some sample text.
- Perform the necessary steps to enable the "Save Changes" button.
- Click the "Save Changes" button and verify that the action was successful.
- Log out of the application using the Logout header button.
- Log in again with the same credentials.
- Verify that the bio text you entered previously is correctly displayed on the dashboard.