mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Removed SEF Url config from Bootstrap5. Added missing prefs to default install. Moved popup tips during installation to their own icon. Adjusted acceptance test.
This commit is contained in:
@@ -28,7 +28,7 @@ class InstallCest
|
||||
$this->checkAdminButtonWelcomeMessage($I);
|
||||
$this->testNoUpdatesRequired($I);
|
||||
$this->checkTinyMceIsInstalled($I);
|
||||
$this->checkBootstrap5Navigation($I);
|
||||
// $this->checkBootstrap5Navigation($I);
|
||||
|
||||
}
|
||||
/*
|
||||
@@ -180,7 +180,7 @@ class InstallCest
|
||||
$I->amOnPage('/e107_plugins/tinymce4/admin_config.php');
|
||||
$I->see("Paste as text by default");
|
||||
}
|
||||
|
||||
/*
|
||||
private function checkBootstrap5Navigation(AcceptanceTester $I)
|
||||
{
|
||||
$I->amOnPage('/article-1');
|
||||
@@ -191,7 +191,7 @@ class InstallCest
|
||||
|
||||
$I->amOnPage('/terms-of-use');
|
||||
$I->see('Terms of Use','.breadcrumb-item');
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
private function checkAdminButtonWelcomeMessage(AcceptanceTester $I)
|
||||
|
Reference in New Issue
Block a user