1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Added check for Custom-fields 'boostrap3' install.xml data.

This commit is contained in:
Cameron
2018-08-14 17:07:56 -07:00
parent 58cd6f1c05
commit 5e5a13cc62

View File

@@ -33,6 +33,12 @@ class InstallCest
$this->installe107($I, array('sitetheme'=>'bootstrap3'));
$this->testNoUpdatesRequired($I);
// Check install.xml Custom Fields in Page table.
$I->amOnPage('/page.php?id=4');
$I->see("22 Aug 2018");
$I->see("United States");
$I->see("Blue");
}
public function installLandingZero(AcceptanceTester $I)