AI Nightmare Exercise

Your Challenge: End-to-End Test Scenario

Please automate the following user flow:

  1. Navigate to the Registration Page.
  2. Fill out all fields on the form with valid data (e.g., a real email format, matching passwords).
  3. Successfully submit the registration form.
  4. After registration, navigate to the Login Page.
  5. Log in using the credentials you just registered.
  6. On the Dashboard, find the user settings form.
  7. Update the "Your Bio" text area with some sample text.
  8. Perform the necessary steps to enable the "Save Changes" button.
  9. Click the "Save Changes" button and verify that the action was successful.
  10. Log out of the application using the Logout header button.
  11. Log in again with the same credentials.
  12. Verify that the bio text you entered previously is correctly displayed on the dashboard.