public void WhenIGoToThePlanForProspect(string plan, string prospect)
 {
     prospect += uniqueStamp;
     BBCRMHomePage.OpenConstituentsFA();
     ConstituentsFunctionalArea.ConstituentSearch(prospect);
     plan += uniqueStamp;
     ConstituentPanel.GoToPlan(plan);
 }
Example #2
0
 public void WhenIGoToPlanForProspect(string plan, string prospect)
 {
     prospect += uniqueStamp;
     GetConstituentPanel(prospect);
     ConstituentPanel.GoToPlan(plan);
 }