public void ThenProductIsAddedToCart() { CategoryPage.VerifyProductPresentInCart(); }
public void ThenProductIsAddedToCart() { //CategoryPage categorie = new CategoryPage(objectContainer); //categorie.VerifyProductPresentInCart(); ScenarioContext.Current.Set(CategoryPage.VerifyProductPresentInCart()); }