Пример #1
0
 public void GivenISelectTheSiteFromSitesDropdown_(string SiteName)
 {
     if (!BP_MainNavigationUtilities.SelectSiteFromSiteDropdown(SiteName))
     {
         ScenarioContext.Current["Comments"]  = ScenarioContext.Current["Comments"] + "User unable to select '" + SiteName + "' from Site selection dropdown. \n";
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
 public void GivenISelectSiteFromSitesDropdown_(string SiteName)
 {
     BP_MainNavigationUtilities.SelectSiteFromSiteDropdown(SiteName);
 }