1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +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:
Cameron
2022-04-07 07:15:30 -07:00
parent a9b3d830ac
commit 93b2926227
4 changed files with 39 additions and 167 deletions

View File

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