From f98d3c709a82aae75162537ba62fb54037d3d869 Mon Sep 17 00:00:00 2001 From: Andreas Fernandez <a.fernandez@scripting-base.de> Date: Fri, 8 Sep 2017 20:59:28 +0200 Subject: [PATCH] [TASK] Ensure introduction package is properly installed Resolves: #83108 Releases: master, 8.7 Change-Id: I72d30fdab6ea3cc72078d5cf50b38915ff388fa2 Reviewed-on: https://review.typo3.org/54038 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Joerg Boesche <typo3@joergboesche.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com> --- .../Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php b/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php index 4d6d478de4eb..c5a2ec0af092 100644 --- a/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php +++ b/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php @@ -69,6 +69,11 @@ class InstallWithPgsqlCest // Verify default frontend is rendered $I->amOnPage('/'); + $I->waitForText('Let us introduce you to TYPO3'); $I->waitForText('Make it your own'); + + // Verify link + $I->click('[title="Features"]'); + $I->waitForText('Feature Complete Out-of-the-box', 30); } } -- GitLab