@@ -2,6 +2,8 @@
use tests\codeception\_pages\AboutPage;
+/* @var $scenario Codeception\Scenario */
+
$I = new AcceptanceTester($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
use tests\codeception\_pages\ContactPage;
$I->wantTo('ensure that contact works');
@@ -1,5 +1,7 @@
<?php
$I->wantTo('ensure that home page works');
$I->amOnPage(Yii::$app->homeUrl);
use tests\codeception\_pages\LoginPage;
$I->wantTo('ensure that login works');
$I = new FunctionalTester($scenario);