Commit 37f1c0af authored by Roque's avatar Roque

erp5_officejs_ui_test: update install_offline_and_redirect macro

parent 4922dd5b
......@@ -96,5 +96,27 @@
<td>${base_url}/web_site_module/${install_url}/</td>
<td></td>
</tr>
<!-- as the app was already installed, bootloader must be skipped. Set a short timeout -->
<tr>
<td>setTimeout</td>
<td>10000</td>
<td></td>
</tr>
<tr>
<td>waitForTextNotPresent</td>
<td>Office JS Text Editor is being prepared for 100 % offline mode</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n='Storages']</td>
<td></td>
</tr>
<!-- Restore timeout -->
<tr>
<td>setTimeout</td>
<td>90000</td>
<td></td>
</tr>
</tal:block>
</tal:block>
\ No newline at end of file
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