nextStep() public method

public nextStep ( )
示例#1
0
 /**
  * @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.');
 }