public void M05_Add_AutoAccident_Insurance() { // LeftNavigation.PatientList.MyPatients.GoTo(); MyPatientsPage myPatients = new MyPatientsPage(); Driver.Wait(TimeSpan.FromSeconds(3)); var test = myPatients.test = extent.StartTest("Autoaccident Insurance", "Primaryfghfhf Insurance"); myPatients.SearchPatient("Radu Arhan"); Driver.Wait(TimeSpan.FromSeconds(3)); myPatients.InsuranceTab(); myPatients.Auto_Accident_Insurance(); Driver.Wait(TimeSpan.FromSeconds(1)); myPatients.Insurance_Plan_Eligibility("05/08/2018", "5", "12.34%", "30", "40", "6", "7123", "05/08/2018", "06/08/2018", "Just Primary Insurance"); myPatients.Insurance_Case_Details_AutoAccident("05/08/2018", "3532", "Stone", "02525252", "Bucuresti"); myPatients.Insurance_Is_Covered_By_Someone_else("Child", "Popescu", "Gigel", "Dan", "05/10/2000", "Male", "072065101", "Verii", "BZ", "5100", "Arizona"); myPatients.Insurance_Prior_Authization("34535", "05/18/2018", "05/23/2019", "3", "TanaseION", "023425533"); myPatients.AutoAccidentSave(); extent.EndTest(test); extent.Flush(); }