2013-06-22 20:26:22 -04:00
|
|
|
<?php
|
2013-12-17 00:27:33 +01:00
|
|
|
|
2013-12-02 15:25:21 +04:00
|
|
|
use tests\_pages\AboutPage;
|
|
|
|
|
2013-06-22 20:26:22 -04:00
|
|
|
$I = new WebGuy($scenario);
|
|
|
|
$I->wantTo('ensure that about works');
|
2013-12-17 23:43:43 -05:00
|
|
|
AboutPage::openBy($I);
|
2013-06-22 20:26:22 -04:00
|
|
|
$I->see('About', 'h1');
|