Commit 10c7ea8c authored by Ivan Tyagov's avatar Ivan Tyagov

Be more tolerant to timeouts due to slow cloudooo.

jQuery is used now as main Javascript library so adjust test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42550 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8cf824b
......@@ -53,6 +53,11 @@
\n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n
\n
<tr>\n
<td>setTimeout</td>\n
<td>60000</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/web_site_module/km_test_web_site</td>\n
......@@ -157,11 +162,15 @@
<!-- XXX: add "Profile" gadget -->\n
\n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n
<tr>\n
<td>setTimeout</td>\n
<td>30000</td>\n
<td></td>\n
</tr>\n
\n
</tbody></table>\n
</body>\n
</html>\n
</html>
]]></unicode> </value>
</item>
......
......@@ -53,6 +53,11 @@
\n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n
\n
<tr>\n
<td>setTimeout</td>\n
<td>60000</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/web_site_module/km_test_web_site</td>\n
......@@ -178,6 +183,11 @@
<td>tiolive-ERP5.DMS.TioLive</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>setTimeout</td>\n
<td>30000</td>\n
<td></td>\n
</tr>\n
\n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n
\n
......
......@@ -65,7 +65,7 @@
</tr>\n
<tr>\n
<td>click</td>\n
<td>//span[@onclick=&quot;javascript:toggleElement(\'div\', \'download-document-format-list-menu\');&quot;]</td>\n
<td>//span[@onclick=&quot;javascript:$(\'div.download-document-format-list-menu\').toggle();&quot;]</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -88,9 +88,7 @@
\n
</tbody></table>\n
</body>\n
</html>\n
\n
</html>
]]></unicode> </value>
</item>
......
137
\ No newline at end of file
138
\ 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