Beispiel #1
0
 private void VerifyAccessoryCardsPresent()
 {
     Assert.IsTrue(BuildConfigurePage.VerifyDataPresentForCategories(), "No categories are present");
     Assert.IsTrue(BuildConfigurePage.VerifyDataPresentForSubCategories(), "No subcategories are present");
     Assert.IsTrue(BuildConfigurePage.VerifyDataPresentForAccessoryCards(), "No accessory cards are present");
 }