AboutCept.php 150 Bytes
Newer Older
1
<?php
2

Mark committed
3 4
use tests\_pages\AboutPage;

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