Esempio n. 1
0
 /**
  * @Given I should be able to go to the payment step again
  */
 public function iShouldBeAbleToGoToThePaymentStepAgain()
 {
     $this->selectShippingPage->nextStep();
     Assert::true($this->selectPaymentPage->isOpen(), 'Checkout payment step should be opened, but it is not.');
 }