Actions
Bug #91905
closedFunctional tests on translation handling miss their translated page
Start date:
2020-07-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If the test setup does not provide a translated page, but requests the frontend in a language different from default, the response will only contain default language records.
If the test assertions only test for fallen back records or records not being in the response, the assertion will succeed, but the test itself is wrong.
Actions