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