Esempio n. 1
0
 /**
  * @When I go back to shipping step of the checkout
  */
 public function iGoBackToShippingStepOfTheCheckout()
 {
     $this->selectShippingPage->open();
 }