Skip to content

Scenario 1.3.4. Update Land Title

1.3.4.S1. User can update land title successfully.

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

alt text

  • THEN user redirected to page "list land titles"
  • AND user can see list of land titles
  • WHEN user click "Land Title 1" data

alt text

  • THEN user redirected to page "land title details"

alt text

  • WHEN user click edit button

alt text

  • THEN user redirected to page "edit land title"
  • WHEN user enters "Land Title 1A" in the name field
  • AND user click update button

alt text

  • THEN user redirected to page "land title details"
  • AND user see notification "Update success"

alt text

  • THEN user see updated name "Land Title 1A"

alt text

Released under the MIT License.