Commit fb30295b authored by Ivan Tyagov's avatar Ivan Tyagov

Test basics of "My Documents" gadget.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36224 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a572c4b
......@@ -153,6 +153,27 @@
<td>Test person</td>\n
<td></td>\n
</tr>\n
<!-- Add "My Contacts" gadget -->\n
<tr>\n
<td>openAndWait</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
</tr>\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/web_site_module/km_test_web_site</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>waitForCondition</td>\n
<td>selenium.isTextPresent("My Contacts")</td>\n
<td>10000</td> \n
</tr>\n
<tr>\n
<td>waitForCondition</td>\n
<td>selenium.isTextPresent("Test person")</td>\n
<td>10000</td> \n
</tr>\n
\n
<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n
\n
......
61
\ No newline at end of file
62
\ 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