2013-06-24 03:03:59 +08:00
|
|
|
<?php
|
2013-12-02 19:25:21 +08:00
|
|
|
|
2014-08-15 07:30:47 +08:00
|
|
|
use codeception\_pages\AboutPage;
|
2013-12-02 19:25:21 +08:00
|
|
|
|
2013-06-24 03:03:59 +08:00
|
|
|
$I = new TestGuy($scenario);
|
|
|
|
$I->wantTo('ensure that about works');
|
2013-12-18 12:43:43 +08:00
|
|
|
AboutPage::openBy($I);
|
2013-06-24 03:03:59 +08:00
|
|
|
$I->see('About', 'h1');
|