Esempio n. 1
0
 /**
  * @Then I should not see the product :productName
  */
 public function iShouldNotSeeProduct($productName)
 {
     Assert::false($this->taxonShowPage->isProductOnList($productName), sprintf("The product %s should not appear on page, but it does.", $productName));
 }