Commit b26e033b authored by Ivan Tyagov's avatar Ivan Tyagov

Add reusable macro.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38489 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6979c6d8
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -65,6 +62,21 @@
<td>base_url</td>\n
</tr>\n
</tal:block>\n
\n
<tal:block metal:define-macro="wait_for_activities">\n
<!-- Wait for activities to finish -->\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
</tal:block>\n
\n
</tal:block>\n
......
34
\ No newline at end of file
35
\ 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