AboutCept.php 151 Bytes
Newer Older
Qiang Xue committed
1
<?php
Mark committed
2 3 4

use tests\_pages\AboutPage;

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