Skip to content

Scenario 1.3.4. Update Facility

1.3.4.S1. User can update 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 edit button

alt text

  • THEN user redirected to page "edit facility"
  • WHEN user enters "Facility 1A" in the name field

alt text

  • WHEN user click update button

alt text

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

alt text

  • THEN user see updated name "Facility 1A"

alt text

Released under the MIT License.