Files
2014-02-16 19:10:03 +04:00

9 lines
160 B
PHP

<?php
use frontend\tests\_pages\AboutPage;
$I = new TestGuy($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');