public void CreateNewResiAgent() { GoToRepsPage(); rep.ClickCreateNewAgentButton(); rep.ClickResiDropdowns(); rep.FillOutPersonalInfoResi(); rep.GrabRepIDAndReOpenRep(); rep.ValidateAgentSummaryAfterAgentCreated(); rep.FillOutBackgroundCheck(); rep.SetBCToPendingRequestException(); rep.SetBCToDeniedRequestException(); rep.SetBCToApprovedRequestException(); rep.FillOutDrugTest(); rep.FillOutDocumentation(); rep.ContingentStartTheAgent(); }