diff --git a/typo3/sysext/core/Tests/Acceptance/Application/Frontend/IndexedSearchCest.php b/typo3/sysext/core/Tests/Acceptance/Application/Frontend/IndexedSearchCest.php index f1196100df1393905ac21db9375f5a3f30ec04c7..88e1a90d7e0e82f47db139dfd4d3fb87049dc6cc 100644 --- a/typo3/sysext/core/Tests/Acceptance/Application/Frontend/IndexedSearchCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Application/Frontend/IndexedSearchCest.php @@ -37,6 +37,7 @@ class IndexedSearchCest $I->waitForElement('#typo3-pagetree-tree .nodes .node', 5); $pageTree->openPath(['styleguide frontend demo']); $I->switchToContentFrame(); + $I->waitForElementVisible('.t3js-module-docheader-bar a[title="View webpage"]'); $I->click('.t3js-module-docheader-bar a[title="View webpage"]'); $I->executeInSelenium(static function (RemoteWebDriver $webdriver) { $handles = $webdriver->getWindowHandles();