yii2-netdisk/tests/acceptance/AboutCept.php

9 lines
150 B
PHP
Raw Normal View History

<?php
2013-12-02 15:25:21 +04:00
use tests\_pages\AboutPage;
$I = new WebGuy($scenario);
$I->wantTo('ensure that about works');
2013-12-17 23:43:43 -05:00
AboutPage::openBy($I);
$I->see('About', 'h1');