Actions
Bug #96070
closedUpgradeCest->seeViewUpgradeDocumentation fails to scroll down
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2021-11-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This JavaScript execution:
document.querySelector("#collapseRead").scrollIntoView();
does not work inside a Modal. Only for the normal html page scrolling.
The error is probably only now visible, because there are for the first time enough elements to produce a scrollbar.
This can be currently tested by adding a new RST file inside the master folder.
Then run the testBuild/Scripts/runTests.sh -s acceptance typo3/sysext/core/Tests/Acceptance/Application/InstallTool/UpgradeCest.php:seeViewUpgradeDocumentation
Actions