mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 08:15:39 +01:00
Merge branch 'master' of github.com:e107inc/e107-test
This commit is contained in:
commit
b440ab7274
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user