SofiaPineyro / Larenas-Pineyro-Varela

1 stars 0 forks source link

Non descriptive error message for trying to create a concert without any information #8

Open FlorenciaV opened 1 year ago

FlorenciaV commented 1 year ago

When you are logged in as an admin and try to create a concert, if any field is left blank a non descriptive error is shown on screen.

PreConditions: Log in as an Admin

Numbered Steps to reproduce:

  1. Admin presses the "Administración" dropdown ans selects "Conciertos"
  2. Admin presses the "Nuevo" button
  3. Admin leaves one or more fields of the form blank
  4. Admin presses "Confirmar" button

Issue/ Actual Result: Admin is unable to create the concert and a non descriptive message error is shown. image

Expected Result: Ideally, the Admin should be unable to create the concert and a descriptive message error is shown (such as "Invalid Tour name" if the tour name was left blank).