backToStore() public method

public backToStore ( )
Esempio n. 1
0
 /**
  * @When I go back to store
  */
 public function iGoBackToStore()
 {
     $this->addressPage->backToStore();
 }