mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Merge branch 'master' of github.com:e107inc/e107-test
This commit is contained in:
@@ -34,6 +34,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)
|
||||
|
Reference in New Issue
Block a user