Your IP : 216.73.216.79


Current Path : /var/www/html/jppmintranetv2/tests/codeception/frontend/functional/
Upload File :
Current File : /var/www/html/jppmintranetv2/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');