Ejemplo n.º 1
0
 /**
  * @Then I should be redirected to the payment step
  */
 public function iShouldBeRedirectedToThePaymentStep()
 {
     Assert::true($this->selectPaymentPage->isOpen(), 'Checkout payment step should be opened, but it is not.');
 }