Skip to content
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

O3-4280: implement Save a note in Visit Patient scenario #66

Merged
merged 9 commits into from
Feb 25, 2025
Prev Previous commit
Next Next commit
add some pause after AddDrugOrder and after AddVisitNote
  • Loading branch information
Bawanthathilan committed Feb 25, 2025
commit 2168ef419e62db1db921579cdbee673c577f3ab6
Original file line number Diff line number Diff line change
@@ -35,7 +35,9 @@ public ScenarioBuilder getScenarioBuilder() {
.exec(registry.openImmunizationsTab("#{patient_uuid}"))
.exec(registry.openAttachmentsTab("#{patient_uuid}"))
.exec(registry.addDrugOrder("#{patient_uuid}", "#{visitUuid}", "#{currentUserUuid}"))
.pause(5)
.exec(registry.addVisitNote("#{patient_uuid}", "#{currentUserUuid}"))
.pause(10)
.exec(registry.endVisit("#{patient_uuid}"));
}
}
Loading
Oops, something went wrong.