From 0e1b0b42dd19422851d378335541a17a016f50fe Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 6 Jan 2016 13:13:21 +0900 Subject: [PATCH] Fix unit tests --- tests/Install/InstallCept.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Install/InstallCept.php b/tests/Install/InstallCept.php index 61dd4fde2..2fcbe7bf6 100644 --- a/tests/Install/InstallCept.php +++ b/tests/Install/InstallCept.php @@ -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',