Fix unit tests

This commit is contained in:
Kijin Sung 2016-01-06 13:13:21 +09:00
parent 7b92605772
commit 0e1b0b42dd

View file

@ -57,7 +57,7 @@ $I->submitForm('#body', [
$I->seeInCurrentUrl('act=dispInstallManagerForm');
$I->seeElement('select[name="time_zone"]');
$I->fillField('#aMail', 'admin@admin.net');
$I->submitForm('#content form', [
$I->submitForm('#body', [
'act' => 'procInstall',
'time_zone' => '+0900',
'db_type' => 'mysqli',