Esempio n. 1
0
 public PopupStep setWiteList()
 {
     if (product.notification.isExist())
     {
         product.notification.Click();
         productPageStep.refreshPage();
         return(new PopupStep(this, productPageStep.getPopUp()));
     }
     throw new ArgumentException("Product with name " + product.name.Text + " cant notification");
 }
Esempio n. 2
0
 public ProductPageSteps showFilterResult()
 {
     filter.showResult.Click();
     productPageSteps.refreshPage();
     return(productPageSteps);
 }