Skip to content

Scenario 1.3.5. Delete Facility

1.3.5.S1. User can delete facility successfully.

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

alt text

  • THEN user redirected to page "list facilities"
  • AND user can see list of facilities
  • WHEN user click "Facility 1" data

alt text

  • THEN user redirected to page "facility details"
  • WHEN user click delete button

alt text

  • WHEN user click confirm button

alt text

  • THEN user does not see "Facility 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.