chooseDifferentBillingAddress() public method

Beispiel #1
0
 /**
  * @When I choose the different billing address
  */
 public function iChooseTheDifferentBillingAddress()
 {
     $this->addressPage->chooseDifferentBillingAddress();
 }