AboutCept.php 159 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?php

use frontend\tests\_pages\AboutPage;

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