Skip to main content

Place-related tests

This page explains how to replay manually the place-related automated tests.

How to use this page

  • Run the shared setup first.
  • Follow each scenario exactly in order.
  • Use the same sample values shown in the steps.
  • If a branch says “if validation is available”, choose the branch that matches what you see.

Shared setup (run before each scenario)

  1. Open the app and sign in with a user that can create places.
  2. Stay on the user home screen (where you can add a place).
  3. Make sure the app is fully loaded and no loading spinner is visible.

Place form opens and accepts a name

Before you start: Shared setup completed.

User actions

  1. Click Add place (or the visible card that lets you create your first place).
  2. Wait until the place form appears.
  3. In the place name field, type E2E Test Local.
  4. Confirm the field keeps the typed value.

Expected result: The place form opens correctly and the name field accepts text.


Place creation with address

Before you start: Shared setup completed.

User actions

  1. Click Add place.
  2. Enter place name: E2E Test Local.
  3. Open the address section.
  4. Fill:
    • Street: Calle Mayor
    • Number: 1
    • City / postal area: 28013 Madrid
  5. Click the address validation button.
  6. If validation succeeds, accept the validated address and return to the place form.
  7. Save the place.

Expected result:

  • If address validation is available and accepted, the place is saved.
  • If address validation is not available in your environment, the form stays usable and you can close the address dialog without losing the typed place name.