mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Fixes #2003 LAN_PLUGIN_PAGE_NAME and LAN_PLUGIN_DOWNLOAD_NAME were displayed on admin search page after clean install.
This commit is contained in:
@@ -47,6 +47,16 @@ class AdminLoginCest
|
||||
}
|
||||
|
||||
|
||||
public function testAdminSearchPage(AcceptanceTester $I)
|
||||
{
|
||||
$this->e107Login($I);
|
||||
|
||||
$I->amOnPage('/e107_admin/search.php');
|
||||
$I->dontSee("LAN_PLUGIN_");
|
||||
$I->see("Pages");
|
||||
}
|
||||
|
||||
|
||||
public function testAdminURLS(AcceptanceTester $I)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user