diff --git a/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php b/typo3/sysext/core/Tests/AcceptanceInstallPgsql/InstallWithPgsqlCest.php index 4d6d478de4ebe387919036accae31492b71675dc..c5a2ec0af092f8c804713c4fc92178e8c63e6396 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); } }