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

hasCheckedCreateOption() public method

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

Usage Example

Ejemplo n.º 1
0
 /**
  * @Then I should not be able to select create account option
  */
 public function iShouldNotBeAbleToSelectCreateAccountOption()
 {
     Assert::true($this->createPage->hasCheckedCreateOption(), 'The create account option should be selected, but it is not.');
 }