Commit 55ce7eb6 authored by Ivan Tyagov's avatar Ivan Tyagov

Wait for activities to prevent random test failures (based on running machine performance) .

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36839 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 621d3f40
...@@ -159,6 +159,16 @@ ...@@ -159,6 +159,16 @@
<td>${base_url}/web_site_module/km_test_web_site/Zuite_AddGadgetToActivePad?gadget_relative_url=portal_gadgets/km_my_contacts&amp;mode=web_front</td>\n <td>${base_url}/web_site_module/km_test_web_site/Zuite_AddGadgetToActivePad?gadget_relative_url=portal_gadgets/km_my_contacts&amp;mode=web_front</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/Zuite_waitForActivities</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyTextPresent</td>\n
<td>Done.</td>\n
<td></td>\n
</tr>\n
<tr>\n <tr>\n
<td>openAndWait</td>\n <td>openAndWait</td>\n
<td>${base_url}/web_site_module/km_test_web_site</td>\n <td>${base_url}/web_site_module/km_test_web_site</td>\n
...@@ -172,7 +182,7 @@ ...@@ -172,7 +182,7 @@
<tr>\n <tr>\n
<td>waitForCondition</td>\n <td>waitForCondition</td>\n
<td>selenium.isTextPresent("Test person")</td>\n <td>selenium.isTextPresent("Test person")</td>\n
<td>10000</td> \n <td>20000</td> \n
</tr>\n </tr>\n
\n \n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n <tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n
......
...@@ -67,6 +67,16 @@ ...@@ -67,6 +67,16 @@
<td>${base_url}/web_site_module/km_test_web_site/Zuite_AddGadgetToActivePad?gadget_relative_url=portal_gadgets/web_site_browser&amp;mode=web_front</td>\n <td>${base_url}/web_site_module/km_test_web_site/Zuite_AddGadgetToActivePad?gadget_relative_url=portal_gadgets/web_site_browser&amp;mode=web_front</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/Zuite_waitForActivities</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyTextPresent</td>\n
<td>Done.</td>\n
<td></td>\n
</tr>\n
<tr>\n <tr>\n
<td>openAndWait</td>\n <td>openAndWait</td>\n
<td>${base_url}/web_site_module/km_test_web_site</td>\n <td>${base_url}/web_site_module/km_test_web_site</td>\n
...@@ -74,7 +84,7 @@ ...@@ -74,7 +84,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>waitForCondition</td>\n <td>waitForCondition</td>\n
<td>selenium.isTextPresent("Section 1")</td>\n <td>selenium.isTextPresent("Web Site Browser")</td>\n
<td>10000</td> \n <td>10000</td> \n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
78 79
\ No newline at end of file \ 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