hasPasswordField() public method

public hasPasswordField ( ) : boolean
return boolean
Ejemplo n.º 1
0
 /**
  * @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.');
 }