コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @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.');
 }