コード例 #1
0
 public void ThenProductIsAddedToCart()
 {
     CategoryPage.VerifyProductPresentInCart();
 }
コード例 #2
0
 public void ThenProductIsAddedToCart()
 {
     //CategoryPage categorie = new CategoryPage(objectContainer);
     //categorie.VerifyProductPresentInCart();
     ScenarioContext.Current.Set(CategoryPage.VerifyProductPresentInCart());
 }