-
Notifications
You must be signed in to change notification settings - Fork 248
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
(e2e) Test clinical forms workflow #1504
Conversation
Size Change: +155 B (0%) Total Size: 10.3 MB ℹ️ View Unchanged
|
e701889
to
031e444
Compare
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 @denniskigen ! I've updated the build script, tests are passing now. Btw, where these submitted data is being rendered? Can we validate them within the test?
Thanks a bunch, @jayasanka-sack! The content is getting added to the Visits dashboard. Both the encounters table and the visits summary should be updated after submitting a form. |
Thanks for the clarification, @denniskigen! In that case I think it would be better to validate the data is being saved in either place in another step. What do you think? |
2b8fe0b
to
8c224c1
Compare
I've just added a new expectation that does exactly that, @jayasanka-sack! |
Ready for merging @jayasanka-sack. |
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 a lot for your excellent work, @denniskigen !
Requirements
Summary
This PR adds an e2e test that tests the clinical forms workflow by simulating:
Clinical forms
button on the side rail, launching the clinical forms workspace.SOAP note template
formScreenshots
None
Related Issue
None
Other
None