| Current Path : /hdd/hdd11/www/codedit/tests/codeception/functional/ |
| Current File : /hdd/hdd11/www/codedit/tests/codeception/functional/AboutCept.php |
<?php
use tests\codeception\_pages\AboutPage;
$I = new FunctionalTester($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');