nextStep() public method

public nextStep ( )
コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @Given I should be able to go to the shipping step again
  */
 public function iShouldBeAbleToGoToTheShippingStepAgain()
 {
     $this->addressPage->nextStep();
     Assert::true($this->selectShippingPage->isOpen(), 'Checkout shipping step should be opened, but it is not.');
 }