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)
- Open the app and sign in with a user that can create places.
- Stay on the user home screen (where you can add a place).
- 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
- Click Add place (or the visible card that lets you create your first place).
- Wait until the place form appears.
- In the place name field, type
E2E Test Local. - 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
- Click Add place.
- Enter place name:
E2E Test Local. - Open the address section.
- Fill:
- Street:
Calle Mayor - Number:
1 - City / postal area:
28013 Madrid
- Street:
- Click the address validation button.
- If validation succeeds, accept the validated address and return to the place form.
- 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.