iupui-soic / openemr

The most popular open source electronic health records and medical practice management solution.
https://open-emr.org/
GNU General Public License v3.0
0 stars 2 forks source link

Fixed vitals validation bug, modified tests and readme instructions to run on web18 #11

Closed shinair closed 3 months ago

shinair commented 4 months ago

Made the following changes:

  1. Fixed the vitals validation logic - added the code in vitals.js instead of edit.js to ensure validation only happens on the vitals page form.
  2. Modified the setup/teardown code for Selenium tests for compatibility with the Ubuntu server.
  3. Modified the readme file for Selenium tests and added installation instructions along with the command to run the tests on the Ubuntu server.