selectCreateAccount() public method

public selectCreateAccount ( )
Exemplo n.º 1
0
 /**
  * @When I choose create account option
  */
 public function iChooseCreateAccountOption()
 {
     $this->createPage->selectCreateAccount();
 }