You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, E2E tests do not create the Programs a patient can be enrolled in when testing patient program enrollment functionality.
Enrollment fails because the programs do not exist in the OpenMRS database.
Expected results
Programs should exist, and enrollment should continue and succeed. Are these intended to added by hand into OpenMRS? Should they be added to specific tests, or is there a specification/acceptance criteria for the process to add them that should be tested?
Steps to reproduce
Upgrade a native OpenMRS 1.11.5 server to eSaude 1.4.5/POC 2.0.2 with installer 1.9.9.
Set configure proxy settings in grunt.conf.js to reference that server.
Run current master of esaude-emr-poc with grunt serve.
In a terminal, npm run wd:start.
In another terminal, npm run e2e test/e2eTests/tests/enrollPatient_test.js
Screenshot/Attachment (Optional)
The text was updated successfully, but these errors were encountered:
Actual Results
Currently, E2E tests do not create the Programs a patient can be enrolled in when testing patient program enrollment functionality.
Enrollment fails because the programs do not exist in the OpenMRS database.
Expected results
Programs should exist, and enrollment should continue and succeed. Are these intended to added by hand into OpenMRS? Should they be added to specific tests, or is there a specification/acceptance criteria for the process to add them that should be tested?
Steps to reproduce
Upgrade a native OpenMRS 1.11.5 server to eSaude 1.4.5/POC 2.0.2 with installer 1.9.9.
Set configure proxy settings in grunt.conf.js to reference that server.
Run current master of esaude-emr-poc with grunt serve.
In a terminal, npm run wd:start.
In another terminal, npm run e2e test/e2eTests/tests/enrollPatient_test.js
Screenshot/Attachment (Optional)
The text was updated successfully, but these errors were encountered: