AboutCept.php 215 Bytes
Newer Older
Qiang Xue committed
1
<?php
Mark committed
2

3
use tests\codeception\_pages\AboutPage;
Mark committed
4

5 6
/* @var $scenario Codeception\Scenario */

7
$I = new FunctionalTester($scenario);
Qiang Xue committed
8
$I->wantTo('ensure that about works');
9
AboutPage::openBy($I);
Qiang Xue committed
10
$I->see('About', 'h1');