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