Sylius\Behat\Context\Ui\Admin\ImpersonatingCustomersContext::iShouldBeLoggedInAs PHP Method

iShouldBeLoggedInAs() public method

public iShouldBeLoggedInAs ( $fullName )
    public function iShouldBeLoggedInAs($fullName)
    {
        Assert::true($this->homePage->hasLogoutButton(), 'I should be able to sign out.');
        Assert::contains($this->homePage->getFullName(), $fullName, 'The full name should be "%2$s", but is "%s" instead.');
    }