Beispiel #1
0
 /**
  * @When I decide to change my address
  */
 public function iDecideToChangeMyAddress()
 {
     $this->shippingPage->changeAddress();
 }