Exemplo n.º 1
0
 public void GivenThePledgeSubtypeExists(string subtype)
 {
     BBCRMHomePage.OpenRevenueFA();
     RevenueFunctionalArea.PledgeSubtypes();
     if (!PledgeSubtypePanel.SubtypeExists(subtype))
     {
         PledgeSubtypePanel.AddSubtype(subtype, false);
     }
 }