1
0
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:
Nick Liu 2018-08-15 17:09:46 -05:00
commit b440ab7274
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -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)