Commit f2ceb144 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui_test: wait for the relation field to be updated

parent 8ba8aef7
......@@ -178,6 +178,24 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" />
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded" />
<tr>
<td colspan="3"><b>Wait for the relation field to be update with its new value</b></td>
</tr>
<tr>
<td>waitForElementNotPresent</td>
<td>//div[@data-gadget-scope="field_my_successor_title"]//a[@class="ui-btn ui-corner-all ui-btn-icon-notext ui-input-clear ui-icon-spinner ui-icon-spin"]</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-scope="field_my_successor_title"]//a[@class="ui-btn ui-corner-all ui-btn-icon-notext ui-icon-plane ui-shadow-inset ui-btn-inline"]</td>
<td></td>
</tr>
<tr>
<td>assertElementPresent</td>
<td>//div[@data-gadget-scope="field_my_successor_title"]//a[@class="ui-btn ui-corner-all ui-btn-icon-notext ui-icon-plane ui-shadow-inset ui-btn-inline"]</td>
<td></td>
</tr>
<tr>
<td>assertValue</td>
......
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