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
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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.
I have not taken this on yet. If someone would like to take this on, feel free to add a comment to this task, and we can assign the issue to you. Otherwise, I might take this on once we wrap up some other HR GitHub issues.
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 hasvisitsInput
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.Paste your code here:
Expected behavior
All the tests should pass.
Your Environment
The text was updated successfully, but these errors were encountered: