yii2-netdisk/tests/acceptance/HomeCept.php
2013-12-17 00:27:33 +01:00

10 lines
197 B
PHP

<?php
$I = new WebGuy($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.');