diff --git a/bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_relation_field_zuite/testProxyListBox.zpt b/bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_relation_field_zuite/testProxyListBox.zpt index a00f3bbe23ffacd8b07ce0e6142d7d1b61568f8c..c134d4f878da048b3310b0bf1ccd4cc2166f16f3 100644 --- a/bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_relation_field_zuite/testProxyListBox.zpt +++ b/bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_relation_field_zuite/testProxyListBox.zpt @@ -203,10 +203,10 @@ <td>//th/a[@data-i18n="Title"]</td> <td></td> </tr> - +<tr><th colspan="3"><font color="red">Quatity is not sortable but there is a catalog column of such name</font></th></tr> <tr> <td>verifyElementPresent</td> - <td>//th[@data-i18n="Quantity"]</td><!-- Quatity is not sortable (portal column) --> + <td>//th/a[@data-i18n="Quantity"]</td><!-- Should be only //th[@data-i18n="Quantity"] --> <td></td> </tr>