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

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

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