AboutCept.php 150 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 <?php use tests\_pages\AboutPage; $I = new WebGuy($scenario); $I->wantTo('ensure that about works'); AboutPage::openBy($I); $I->see('About', 'h1');