2013-06-23 08:26:22 +08:00
|
|
|
<?php
|
2013-12-02 19:25:21 +08:00
|
|
|
use tests\_pages\AboutPage;
|
|
|
|
|
2013-06-23 08:26:22 +08:00
|
|
|
$I = new WebGuy($scenario);
|
|
|
|
$I->wantTo('ensure that about works');
|
2013-12-02 19:25:21 +08:00
|
|
|
$I->amOnPage(AboutPage::$URL);
|
2013-06-23 08:26:22 +08:00
|
|
|
$I->see('About', 'h1');
|