We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bef6e8 commit ffb51b2Copy full SHA for ffb51b2
testCases/test_02_admin.py
@@ -101,6 +101,8 @@ def test_case_02_verify_disease_and_drugs(self):
101
a_drug = AdminDrugPage(self, 'admin_drugs')
102
patient = ManagePatientPage(self, "patients")
103
p_regimen = PatientRegimenPage(self, 'patient_regimens')
104
+ profile = UserProfilePage(self, "user")
105
+
106
107
d = self.__class__.data
108
0 commit comments