Commit af2751d5 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs_ui_test] Listbox column titles are not translated anymore by listbox itself

parent 8ca3ed28
...@@ -133,9 +133,11 @@ ...@@ -133,9 +133,11 @@
<td>//a[@data-i18n='Document(s)']</td> <td>//a[@data-i18n='Document(s)']</td>
<td></td> <td></td>
</tr> </tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" />
<tr> <tr>
<td>waitForElementPresent</td> <td>verifyElementPresent</td>
<td>//a[@data-i18n='Title']</td> <td>//a[text()='Title']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment