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