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
Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.
🐛 Bug Report
The NewLabRequest form layout › should clear visit when patient is changed test spuriously times out. In addition, on save › should save the lab request and navigate to "/labs/:id" spuriously has visitsInput assume a display value of [""] instead of the desired string. The test output is included below.
To Reproduce
Steps to reproduce the behavior:
Run npm run test:ci src/__tests__/labs/requests/NewLabRequest.test.tsx several times until you encounter the error.
Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the
missing discussionlabel.🐛 Bug Report
The NewLabRequest
form layout › should clear visit when patient is changedtest spuriously times out. In addition,on save › should save the lab request and navigate to "/labs/:id"spuriously hasvisitsInputassume a display value of[""]instead of the desired string. The test output is included below.To Reproduce
Steps to reproduce the behavior:
Run
npm run test:ci src/__tests__/labs/requests/NewLabRequest.test.tsxseveral times until you encounter the error.Paste your code here:
Expected behavior
All the tests should pass.
Your Environment