Sylius\Behat\Page\Admin\Customer\ShowPageInterface::hasImpersonateButton PHP Method

hasImpersonateButton() public method

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

Usage Example

 /**
  * @Then I should be unable to impersonate them
  */
 public function iShouldBeUnableToImpersonateThem()
 {
     Assert::false($this->customerShowPage->hasImpersonateButton(), 'I should not be able to impersonate this user.');
 }