Exemple #1
0
 /**
  * @Given I should be able to go to the summary page again
  */
 public function iShouldBeAbleToGoToTheSummaryPageAgain()
 {
     $this->paymentPage->nextStep();
     Assert::true($this->summaryPage->isOpen(), 'Checkout summary page should be opened, but it is not.');
 }
Exemple #2
0
 /**
  * @Then I should be on the checkout summary step
  */
 public function iShouldBeOnTheCheckoutSummaryStep()
 {
     Assert::true($this->summaryPage->isOpen(), 'Checkout summary page should be opened, but it is not.');
 }