Sylius\Behat\Context\Ui\UserContext::iTryDeletingMyOwnAccount PHP Method

iTryDeletingMyOwnAccount() public method

    public function iTryDeletingMyOwnAccount()
    {
        $admin = $this->sharedStorage->get('administrator');
        $this->customerShowPage->open(['id' => $admin->getId()]);
    }