Task #85208
closedFix failing acceptance test
100%
Description
typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/FalMetadataInheritanceCest.php::checkIfUpdatedFileMetadataIsUpdatedInContent
checks for the hidden formEngine fields that capture any entries into sys_file_reference metadata override fields. Those fields are actually never displayed but hidden from the human usable interface.
The used method to assert the expected content is 'canSeeElement', which fails since the last codeception update.
Semantically correct would be 'canSeeElementInDom', which checks for the html code to contain the expected parts, instead 'canSeeElement', which checks for visibility.
I was not able to find the exact change in codeception, but both the comment messages and the afterwards green test run confirm the assumption that 'canSeeElement' is the wrong method to check for elements only available in DOM.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57168
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fbd37288fafe09edc6ea151b56bbfc092a62fbef.
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57206
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7fb2443f943522e8ba70bd25f1ec47f8d1873046.