<?php

/*
 * WellCommerce Open-Source E-Commerce Platform
 *
 * This file is part of the WellCommerce package.
 *
 * (c) Adam Piotrowski <*****@*****.**>
 *
 * For the full copyright and license information,
 * please view the LICENSE file that was distributed with this source code.
 */
$I = new AcceptanceTester\AdminUserSteps($scenario);
$I->wantTo('Logout from administration area');
$I->login('admin', 'admin');
$I->see('John Doe');
$I->click('Logout');
Example #2
0
<?php

/*
 * WellCommerce Open-Source E-Commerce Platform
 *
 * This file is part of the WellCommerce package.
 *
 * (c) Adam Piotrowski <*****@*****.**>
 *
 * For the full copyright and license information,
 * please view the LICENSE file that was distributed with this source code.
 */
$I = new AcceptanceTester\AdminUserSteps($scenario);
$I->wantTo('Log in as an admin user');
$I->login('admin', 'admin');
$I->see('John Doe');