Skip to content

Scenario 1.3.5. Delete Land Title

1.3.5.S1. User can delete 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 delete button

alt text

  • WHEN user click confirm button

alt text

  • THEN user does not see "Land Title 1" in the table

alt text

  • THEN user see "Showing 1 to 10 of 14 entries" in the table

alt text

Released under the MIT License.