1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,33 @@ public ScenarioBuilder getScenarioBuilder() {
21
21
.feed (patientUuidFeeder )
22
22
.exec (registry .login ())
23
23
.exec (registry .openHomePage ())
24
+ .pause (5 )
24
25
.exec (registry .openPatientChartPage ("#{patient_uuid}" ))
26
+ .pause (5 )
25
27
.exec (registry .startVisit ("#{patient_uuid}" ))
28
+ .pause (5 )
26
29
.exec (registry .openVisitsTab ("#{patient_uuid}" ))
30
+ .pause (2 )
27
31
.exec (registry .openVitalsAndBiometricsTab ("#{patient_uuid}" ))
32
+ .pause (5 )
28
33
.exec (registry .openMedicationsTab ("#{patient_uuid}" ))
34
+ .pause (5 )
29
35
.exec (registry .openOrdersTab ("#{patient_uuid}" ))
36
+ .pause (5 )
30
37
.exec (registry .openLabResultsTab ("#{patient_uuid}" ))
38
+ .pause (8 )
31
39
.exec (registry .openAllergiesTab ("#{patient_uuid}" ))
40
+ .pause (5 )
32
41
.exec (registry .openAllergiesForm ())
42
+ .pause (5 )
33
43
.exec (registry .recordAllergy ("#{patient_uuid}" ))
44
+ .pause (10 )
34
45
.exec (registry .openConditionsTab ("#{patient_uuid}" ))
46
+ .pause (5 )
35
47
.exec (registry .openImmunizationsTab ("#{patient_uuid}" ))
48
+ .pause (5 )
36
49
.exec (registry .openAttachmentsTab ("#{patient_uuid}" ))
50
+ .pause (5 )
37
51
.exec (registry .addDrugOrder ("#{patient_uuid}" , "#{visitUuid}" , "#{currentUserUuid}" ))
38
52
.pause (5 )
39
53
.exec (registry .addVisitNote ("#{patient_uuid}" , "#{currentUserUuid}" ))
0 commit comments