Commit 022bf140 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: Fix test

by adding  timeout in order to prevent an error from changing page before
finishing loading the iframed setting gadget
parent 544c68e0
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</tr> </tr>
<tr> <tr>
<td>pause</td> <td>pause</td>
<td>2000</td> <td>3000</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -87,6 +87,11 @@ ...@@ -87,6 +87,11 @@
<td>//a[@data-i18n='Go to document List']</td> <td>//a[@data-i18n='Go to document List']</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>pause</td>
<td>1000</td>
<td></td>
</tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>//a[@data-i18n='Go to document List']</td> <td>//a[@data-i18n='Go to document List']</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