From 153c7cdc3ac33d3b6fcc74977392b8651225bb06 Mon Sep 17 00:00:00 2001 From: Andreas Kienast Date: Tue, 6 Feb 2024 11:44:34 +0100 Subject: [PATCH] [BUGFIX] Install Tool: Re-enable modal actions after execution In some cases it was missed to enable modal actions again after their execution in the Install Tool. This patch adds the necessary statements to enable said buttons again. Resolves: #101224 Releases: main, 12.4 Change-Id: I793f157302df15912f0506c376d9db2d6041ebcc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82815 Tested-by: Garvin Hicking Reviewed-by: Andreas Kienast Tested-by: Benjamin Franzke Reviewed-by: Garvin Hicking Reviewed-by: Benjamin Franzke Tested-by: core-ci Tested-by: Andreas Kienast --- Tests/Acceptance/Application/InstallTool/UpgradeCest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/Acceptance/Application/InstallTool/UpgradeCest.php b/Tests/Acceptance/Application/InstallTool/UpgradeCest.php index 8445f59f56..997c4107a8 100644 --- a/Tests/Acceptance/Application/InstallTool/UpgradeCest.php +++ b/Tests/Acceptance/Application/InstallTool/UpgradeCest.php @@ -22,8 +22,6 @@ final class UpgradeCest extends AbstractCest { - private static string $alertContainerSelector = '#alert-container'; - public function _before(ApplicationTester $I): void { parent::_before($I);