Commit 08a1b670 authored by Ivan Tyagov's avatar Ivan Tyagov

Wait for element rather than text to be present to assume Contribute tab has been properly loaded.

Do initialize DMS preference settings.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ce23e76
......@@ -49,6 +49,18 @@
</thead><tbody>\n
\n
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n
<tr>\n
<td>openAndWait</td>\n
<td>${base_url}/person_module/Zuite_setupDMS</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyTextPresent</td>\n
<td>Done</td>\n
<td></td>\n
</tr>\n
<span metal:use-macro="container/Zuite_CommonTemplate/macros/wait_for_activities">\n
Wait for activities</span>\n
\n
<!-- Contribute ODP document -->\n
<tr>\n
......@@ -58,7 +70,7 @@
</tr>\n
<tr>\n
<td>waitForCondition</td>\n
<td>selenium.isTextPresent("Project")</td>\n
<td>selenium.isElementPresent("file")</td>\n
<td>60000</td>\n
</tr>\n
<tr>\n
......
15
\ No newline at end of file
16
\ 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