コード例 #1
0
 public void WhenIGoToThePlanForProspect(string plan, string prospect)
 {
     prospect += uniqueStamp;
     BBCRMHomePage.OpenConstituentsFA();
     ConstituentsFunctionalArea.ConstituentSearch(prospect);
     plan += uniqueStamp;
     ConstituentPanel.GoToPlan(plan);
 }
コード例 #2
0
ファイル: MajorGivingSteps.cs プロジェクト: blackbaud/uat-kit
 public void WhenIGoToPlanForProspect(string plan, string prospect)
 {
     prospect += uniqueStamp;
     GetConstituentPanel(prospect);
     ConstituentPanel.GoToPlan(plan);
 }