Exemplo n.º 1
0
 /**
  * @Given /^I (?:remove|removed) product "([^"]+)" from the cart$/
  */
 public function iRemoveProductFromTheCart($productName)
 {
     $this->cartSummaryPage->open();
     $this->cartSummaryPage->removeProduct($productName);
 }