Commit e9cc6f29 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui_test] Bypass wait_for_content_loaded issue

parent 599bbf90
...@@ -72,13 +72,7 @@ ...@@ -72,13 +72,7 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" /> <tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded" />
<tr> <tr>
<td>waitForElementNotPresent</td> <td>assertElementPresent</td>
<td>//div[@data-gadget-scope="INPUT"]</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-scope="INPUT"]</td> <td>//div[@data-gadget-scope="INPUT"]</td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -341,6 +341,13 @@ ...@@ -341,6 +341,13 @@
<td>//div[contains(@data-gadget-url, 'gadget_erp5_header.html')]//h1//*[contains(@class, "ui-icon-spinner")]</td> <td>//div[contains(@data-gadget-url, 'gadget_erp5_header.html')]//h1//*[contains(@class, "ui-icon-spinner")]</td>
<td></td> <td></td>
</tr> </tr>
<!-- XXX Sadly, spinner currently is dropped before all DOM modifications are done.
Until this is fixed, we use the ugly pause command -->
<tr>
<td>pause</td>
<td>100</td>
<td></td>
</tr>
<tr> <tr>
<td colspan="3"><p></p></td> <td colspan="3"><p></p></td>
</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