| Current Path : /var/www/html/audit/tests/codeception/frontend/functional/ |
| Current File : /var/www/html/audit/tests/codeception/frontend/functional/AboutCept.php |
<?php
use tests\codeception\frontend\FunctionalTester;
use tests\codeception\frontend\_pages\AboutPage;
/* @var $scenario Codeception\Scenario */
$I = new FunctionalTester($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');