mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Added check for Custom-fields 'boostrap3' install.xml data.
This commit is contained in:
@@ -33,6 +33,12 @@ class InstallCest
|
|||||||
$this->installe107($I, array('sitetheme'=>'bootstrap3'));
|
$this->installe107($I, array('sitetheme'=>'bootstrap3'));
|
||||||
$this->testNoUpdatesRequired($I);
|
$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)
|
public function installLandingZero(AcceptanceTester $I)
|
||||||
|
Reference in New Issue
Block a user