updateCart() public method

public updateCart ( )
Esempio n. 1
0
 /**
  * @When I update my cart
  */
 public function iUpdateMyCart()
 {
     $this->summaryPage->updateCart();
 }
Esempio n. 2
0
 /**
  * @When I save my changes
  */
 public function iSaveMyChanges()
 {
     $this->summaryPage->updateCart();
 }