Workflow · Stand

How to Create a Vehicle (Viatura) Manually

When adding a new vehicle to the Stand stock manually (without plate auto-lookup). The Nova Viatura panel requires: open modal, fill plate, click Procurar, then click Manualmente to reveal the full form. Brand/Model/Version use jQuery Chosen widgets.

Evidence Summary

ModuleStand
Route/stand/vehicles
Runcrion-stand-create-vehicle-20260606T164919Z
Steps24 (24 ok)
Backend calls0
Evidence JSONraw/playwright/workflows/crion-stand-create-vehicle-20260606T164919Z.json

Step-by-Step

  1. Open Viaturas listok
  2. Wait for Viaturas list to loadok
  3. Open Nova Viatura modal via jQuery (avoids animation race)ok
  4. Wait for modal to be visibleok
  5. Fill plate fieldok
  6. Click Procurar to trigger plate lookup (required before Manualmente)ok
  7. Click Manualmente to reveal full vehicle formok
  8. Screenshot after Manualmente (vehicle data section revealed)ok
  9. Select brand (Marca) — pick first available option; wait for model to loadok
  10. Select first available model; wait for version to loadok
  11. Select first available versionok
  12. Select fuel type (Combustível) — GASOLINAok
  13. Screenshot of filled Nova Viatura formok
  14. Submit form (Guardar) via JS clickok
  15. Screenshot after saveok
  16. Open Viaturas listok
  17. Open Nova Viatura modalok
  18. Wait for modalok
  19. Fill plateok
  20. Click Procurarok
  21. Click Manualmente to show formok
  22. Attempt Guardar without selecting required brand/model/versionok
  23. Assert validation feedback or modal stays openok
  24. Screenshot of validation stateok

Verification

Edge Cases Covered

Screenshots

after-manualmente
after-manualmente
filled-nova-viatura
filled-nova-viatura
after-save-viatura
after-save-viatura
edge-missing-brand
edge-missing-brand
edge-Required-field validation — submit Nova Viatura without required fields
edge-Required-field validation — submit Nova Viatura without required fields

Backend Calls Observed