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