mwinteringham / restful-booker-platform

A SaaS platform used for various test automation training
http://www.automationintesting.com
GNU General Public License v3.0
123 stars 153 forks source link

[BUG] Rooms with the same room # can be created #250

Closed annanklv closed 3 months ago

annanklv commented 3 months ago

Pre-conditions:

User is logged in.

Steps to reproduce:

  1. Go to the Rooms tab.
  2. Create 2 rooms with the same Room #.

Expected result:

Room # shall accept unique values. If you input an already existing room #, a validation error message should be displayed.

Actual result:

Rooms with the same room # can be created.