-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(test) O3-4227: Add E2E Test for Marking an Existing Patient as Deceased #2129
base: main
Are you sure you want to change the base?
Conversation
Hi @virajwathsalag , it looks like the E2E tests aren't passing. Could you get them passing, please? |
@brandones Okay sure |
@jayasanka-sack @brandones could you please check this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @virajwathsalag ! I left some comments, please have a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @virajwathsalag! there's one place where you've missed breaking down the steps:
Co-authored-by: Daud Kakumirizi <[email protected]>
Co-authored-by: Daud Kakumirizi <[email protected]>
Co-authored-by: Daud Kakumirizi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @virajwathsalag. Getting close!
Please take a look at my updated comments and questions.
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
Co-authored-by: Jayasanka Weerasinghe <[email protected]>
Requirements
Summary
Create an automated test to verify the functionality of marking an existing patient as deceased. This test will ensure that the process works as expected and that the patient's record is correctly updated with the death details.
Screenshots
Related Issue
Ticket Link : https://openmrs.atlassian.net/issues/O3-4227
Other