Skip to content

Scenario 1.7.1. Create Property

1.7.1.S1. User can create property successfully.

  • GIVEN user already logged in
  • AND user visit home page
  • WHEN user click menu "properties"

alt text

  • THEN user redirected to page "list property"
  • WHEN user click button "create"

alt text

alt text

  • WHEN user enters "32" in the land area field
  • AND user enters "64" in the building area field
  • AND user enters "200,000,000" in the price field

alt text

  • WHEN user click add button

alt text

  • THEN user see "32 m2" in the land area column table
  • AND user see "64" in the building area field
  • AND user see "200,000,000" in the price field

alt text

  • WHEN user checks "Land Title 1" in the properties box
  • AND user checks "Land Title 2" in the properties box
  • AND user checks "Facilities 2" in the facilities box
  • AND user checks "Facilities 3" in the facilities box
  • AND user checks "Promos 3" in the promos box
  • AND user checks "Promos 4" in the promos box

alt text

  • WHEN user enters "John Doe" in the developer name field
  • AND user enters "0812345678" in the whatsapp field
  • AND user upload "MOU" in the MOU field

alt text

  • WHEN user upload "Photo 1" in the property gate photos

alt text

  • THEN user see "Photo 1" in the property gate photos

alt text

  • WHEN user upload "Photo 2" in the property photos

alt text

  • THEN user see uploaded "Photo 2" in the property photos

alt text

  • WHEN user upload "Photo 3" in the property photos

alt text

  • THEN user see uploaded "Photo 3" in the property photos

alt text

  • WHEN user click button save

alt text

  • THEN user redirected to page "list property"
  • AND user see "A001" in the code column of the table
  • AND user see "Property 1" in the name column of the table

alt text

  • THEN user view notification "Create success"

alt text

Released under the MIT License.