From 8287ea45d6db3ea9d6b84c95d704f300412b859e Mon Sep 17 00:00:00 2001 From: Achim Fritz Date: Tue, 28 Jul 2026 16:45:00 +0200 Subject: [PATCH] [TASK] run acceptance tests with current TYPO3 Versions Relates to: https://review.typo3.org/c/Packages/TYPO3.CMS/+/94754 --- Tests/Acceptance/Backend/LayoutCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Acceptance/Backend/LayoutCest.php b/Tests/Acceptance/Backend/LayoutCest.php index c29cee18..2c811f6e 100644 --- a/Tests/Acceptance/Backend/LayoutCest.php +++ b/Tests/Acceptance/Backend/LayoutCest.php @@ -228,7 +228,7 @@ public function canCreateContentElementInTranslatedContainerInFreeMode(BackendTe $I->waitForElementNotVisible('#t3js-ui-block'); $I->click('Close'); $I->waitForElementNotVisible('#t3js-ui-block'); - $I->canSeeElement($selector . ' .t3js-flag[title="german"]'); + $I->canSeeElement($selector . ' .t3js-flag .t3js-icon[title="german"]'); // reset $I->selectEnglishInLanguageMenu(); }