openLastOrderPage() public method

public openLastOrderPage ( )
Exemplo n.º 1
0
 /**
  * @When I am viewing the summary of my last order
  */
 public function iViewingTheSummaryOfMyLastOrder()
 {
     $this->orderIndexPage->open();
     $this->orderIndexPage->openLastOrderPage();
 }