This PR contains UC New or UC100, which allows a patient to cancel or edit a new appointment (aka requesting a similar one based off of the past details).
Created:
To test in iTrust:
Appointments
menu tab, and click on View/Edit Appointments
Edit
and Cancel Appointment
buttons.To run the tests, do the following:
mvn install -DskipTests
to build and deploy the website (this will ensure that the selenium tests work as expected)mvn test -Dtest=EditApptPatientActionTest
and mvn test -Dtest=CancelApptPatientActionTest
to run the unit testsmvn test -Dtest=EditApptPatientTest
to run the selenium tests