D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
var
/
www
/
html
/
hindiusa.org
/
public_html
/
hindiusa
/
tests
/
acceptance
/
Filename :
HomeCest.php
back
Copy
<?php use yii\helpers\Url; class HomeCest { public function ensureThatHomePageWorks(AcceptanceTester $I) { $I->amOnPage(Url::toRoute('/site/index')); $I->see('My Company'); $I->seeLink('About'); $I->click('About'); $I->wait(2); // wait for page to be opened $I->see('This is the About page.'); } }