AboutCept.php 159 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');
Mark committed
7
$I->amOnPage(AboutPage::$URL);
Qiang Xue committed
8
$I->see('About', 'h1');