Esempio n. 1
0
 /**
  * @Then the product named :productName should be in the items list
  */
 public function theProductShouldBeInTheItemsList($productName)
 {
     Assert::true($this->orderShowPage->isProductInTheList($productName), sprintf('Product %s is not in the item list.', $productName));
 }