-
Notifications
You must be signed in to change notification settings - Fork 245
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 a patient as deceased #2156
(test) O3-4227: Add e2e test for marking a patient as deceased #2156
Conversation
@jayasanka-sack @kdaud Can you review this please? |
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.
@dilankavishka The test is failing. You can download the report file to check what's causing it. Please fix it and make sure it passes locally.
@jayasanka-sack , @denniskigen can you review this please? |
await markPatientDeceasedPage.goTo(patient.uuid); | ||
}); | ||
|
||
await test.step('When I click on the "Actions" button and select "Mark patient deceased"', async () => { |
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.
Shouldn't this be two separate steps?
Fixed with: #2129 |
Requirements
Summary
This PR is need to write an E2E test for mark a patient as deceased.
Screenshots
Related Issue
https://openmrs.atlassian.net/browse/O3-4227
Other