yii2-netdisk/tests/functional/HomeCept.php
2013-06-23 19:26:16 -04:00

9 lines
197 B
PHP

<?php
$I = new TestGuy($scenario);
$I->wantTo('ensure that home page works');
$I->amOnPage('');
$I->see('My Company');
$I->seeLink('About');
$I->click('About');
$I->see('This is the About page.');