-
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-4177: Add E2E test for adding abnormal vitals #2132
base: main
Are you sure you want to change the base?
Conversation
hey @kdaud @ODORA0 @jayasanka-sack Please review this. Thanks |
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.
The PR looks good overall. I left a few comments.
e2e/specs/invalid.vitals.spec.ts
Outdated
await expect(biometricsPage.page.getByText(/record vitals and biometrics/i)).toBeVisible(); | ||
}); | ||
|
||
await test.step('When the user enters abnormal vitals/biometric values', 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.
Is the test for vitals or biometrics?
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.
vitals @kdaud
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.
Shall we break down each value into sub steps? Generic steps can be confusing since they don't show what information was filled in the form.
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.
Please review again @jayasanka-sack , Thank you
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.
Good job! Let's use "I" keyword instead of "the user"
Requirements
Summary
E2E test for invalid vitals
https://openmrs.atlassian.net/browse/O3-4177
Reference
Screenshots
Related Issue
Other