Sylius\Behat\Page\Admin\Customer\CreatePageInterface::hasPasswordField PHP Method

hasPasswordField() public method

public hasPasswordField ( ) : boolean
return boolean
    public function hasPasswordField();

Usage Example

 /**
  * @Then I should be able to specify their password
  */
 public function iShouldBeAbleToSpecifyItPassword()
 {
     Assert::true($this->createPage->hasPasswordField(), 'There should be password field, but it is not.');
 }