예제 #1
0
<?php

use tests\codeception\AcceptanceTester;
$I = new AcceptanceTester($scenario);
$I->wantTo('ensure that Podium Register page works');
$I->amOnPage('/podium/register');
$I->see('Register', 'li.active a');
$I->see('Registration', 'li.active');
$I->seeElement('form', ['id' => 'register-form']);
예제 #2
0
<?php

use tests\codeception\AcceptanceTester;
$I = new AcceptanceTester($scenario);
$I->wantTo('ensure that Podium Sign in page works');
$I->amOnPage('/podium/login');
$I->see('Sign in', 'li.active a');
$I->see('Sign in', 'li.active');
$I->seeElement('form', ['id' => 'login-form']);
예제 #3
0
<?php

use tests\codeception\AcceptanceTester;
$I = new AcceptanceTester($scenario);
$I->wantTo('ensure that Podium advanced search page works');
$I->amOnPage('/podium/search');
$I->see('Search Forum', 'li.active');
$I->seeElement('form', ['id' => 'search-form']);