-
Notifications
You must be signed in to change notification settings - Fork 227
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-2936 : add e2e tests for edit and delete vitals and biometrics #1914
(test) O3-2936 : add e2e tests for edit and delete vitals and biometrics #1914
Conversation
…-chart into test/e2e_for_edit_vitals_and_biometrics
…-chart into test/e2e_for_edit_vitals_and_biometrics
@senthil-athiban Please fix the merge conflicts. Sorry about the delay with a review. I have requested a review from @kdaud (or @jayasanka-sack if Daud cannot). |
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 @senthil-athiban. I've left few comments for you to address.
e2e/specs/biometrics.spec.ts
Outdated
await expect(biometricsPage.page.getByText(/Edit vitals and biometrics/i)).toBeVisible(); | ||
}); | ||
|
||
await test.step('And I change the `Weight`', 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.
await test.step('And I change the `Weight`', async () => { | |
await test.step('When I change the weight to `70`', 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.
Let's consider revising at least two biometrics.
e2e/specs/vitals.spec.ts
Outdated
await expect(vitalsPage.page.getByText(/Edit vitals and biometrics/i)).toBeVisible(); | ||
}); | ||
|
||
await test.step('And I change the `Temperature`', 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.
await test.step('And I change the `Temperature`', async () => { | |
await test.step('When I change the temperature to `42`', 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.
Let's consider revising at least two vitals.
@senthil-athiban fix the failing build. |
Ping @senthil-athiban |
@brandones as we have reverted the edit and delete feature for vitals and biometrics, can we close this one.? |
Requirements
Summary
End-to-End tests for editing and deleting vitals.
Related Issue
O3-2936