コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: remyma/Sylius
 /**
  * @Then I should be redirected to the shipping step
  */
 public function iShouldBeRedirectedToTheShippingStep()
 {
     Assert::true($this->shippingPage->isOpen(), 'Checkout shipping step should be opened, but it is not.');
 }
コード例 #2
0
ファイル: CheckoutContext.php プロジェクト: polisys/Sylius
 /**
  * @Then I should be on the checkout shipping step
  */
 public function iShouldBeOnTheCheckoutShippingStep()
 {
     Assert::true($this->shippingPage->isOpen(), 'Checkout shipping page should be opened, but it is not.');
 }