adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
744 stars 750 forks source link

[ContentFragmentList] UI test contentfragmentlist.tcSetTagNames is failing on 6.3 #562

Closed jckautzmann closed 5 years ago

jckautzmann commented 5 years ago

See e.g. https://jenkins-sprouts.bsl.eur.adobe.com/view/ref-squad/job/github-aem-core-wcm-components/1612/testReport/junit/(root)/ContentFragmentList%20v1/Set_the_tag_names/

jckautzmann commented 5 years ago

(CQ-4270342)

jckautzmann commented 5 years ago

This is due to the expected location of the tags in the repository:

The sample tags for the UI tests were only stored below /content/cq:tags and thus were not valid in 6.3.

jckautzmann commented 5 years ago

Fixed: the test is ignored on 6.3 because the expected tags location is "/etc/tags" for 6.3 and "/content/cq:tags" for versions > 6.3, which cannot be reconciled in the same content package.

See commit: https://github.com/adobe/aem-core-wcm-components/commit/455652bcb46fe333dbede1066f134674c49bb581