Commit 61492e52 authored by Boxiang Sun's avatar Boxiang Sun

erp5_user_tutorial: Update test_page_module/user-Howto.Create.Bank.Account

parent 70b9c2c3
<section class="screenshot">
<h1>How to create Bank Accounts</h1>
<img type="image/svg+xml" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Image?format=png" alt="How to create Bank Accounts" title="How to create Bank Accounts">
<footer>
by <a href="http://www.osoe-project.org/contact">OSOE Team</a>.
</footer>
<details open="open">
<p>In ERP5 you can create bank accounts for related persons or organisations, in use of creating a sale order or an invoice, and also for accounting.</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody>
<tr>
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment"&gt;init&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_setUpPersonTest</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Init Ok</td>
<td></td>
</tr>
<tr class="" style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr class="" style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user"&gt;Login As Functional Test User&lt;/span&gt;</td>
</tr>
</tbody>
</table>
</test>
</section><section class="">
<h1>Agenda</h1>
<ul>
<li>Reach the financial information of the organisation</li>
<li>Add a bank account</li>
<li>Validate the bank account</li>
</ul>
<details open="open">
<p>In this tutorial, we will use our organisation VIFIB as an example to show you how to create a bank account in ERP5.</p><p>
The process of creating a bank account for an organisation has three steps: Firstly, <strong>reach financial information of the organisation from the document of this Organisation</strong>
for which you want to open a Bank Account. Secondly,
<strong>Add a bank account</strong>
for this organisation by using the "Action" item list. Finally,
<strong>Validate the bank account</strong>
.
</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Reach the Financial Information from the Organisation document</h1>
<img type="image/svg+xml" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Organisation.View?format=png" alt="Organisation document" title="Organisation document">
<details open="open">
<p>The bank accounts belong to the financial information of the organisation. So first, let's reach the financial information of our organisation VIFIB.</p><p>
You can reach the financial information from the organisation's document. You just need to <strong>click on the "Financial Information" tab</strong>
.
</p><p></p>
</details>
<test>
<table style="display: none;" class="test">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Financial Information Tab</h1>
<img title="Financial Information Tab" type="image/svg+xml" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Financial.Information.Tab?format=png" alt="Financial Information Tab">
<details open="open">
<p>You are now directed to page of the financial information of your Organisation, listing the bank accounts and the accounting periods of your organisation.</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Action: Add Bank Account</h1>
<img type="image/svg+xml" title="Action: Add Bank Account" alt="Action: Add Bank Account" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Add.Bank.Account?format=png">
<details open="open">
<p>
To create a bank account for this organisation, <strong>open the "Action" item list and click on "Add Bank Account"</strong>
.
</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_module"]</td>
<td>Persons</td>
</tr>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Add Person</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Edit Bank Account</h1>
<img title="Edit Bank Account" type="image/svg+xml" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Edit.Bank.Account?format=png" alt="Edit Bank Account">
<details open="open">
<p>Now a new bank account document has been created, fill out the fields with the necessary information and save the changes.</p><p>Note: If the the organisation you used in the "Bank" field has not been created in your ERP5 instance, you might be asked to add the organisation so that you can finish the creation of the bank account.</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody>
<tr>
<td>verifyText</td>
<td>//div[@id="transition_message"]</td>
<td>Object created.</td>
</tr>
<tr>
<td>verifyText</td>
<td>//li[@class="selected"]/a/span</td>
<td>View</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Action: Validate</h1>
<img title="Action: Validate" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Validate.Bank.Account?format=png" type="image/svg+xml" alt="Action: Validate">
<details open="open">
<p>
After editing the information of the bank account document, <strong>open the "Action" item list and click on "Validate"</strong>
.
</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody>
<tr>
<td>type</td>
<td>//input[@name="field_my_first_name"]</td>
<td>John</td>
</tr>
<tr style="opacity: 1; z-index: 0;" class="">
<td>type</td>
<td>//input[@name="field_my_last_name"]</td>
<td>Doh</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_my_career_subordination_title"]</td>
<td>Z Company</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_gender"]</td>
<td>Male</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="subfield_field_my_career_role_list_default:list"]</td>
<td>Client</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_career_function"]</td>
<td>Marketing/Marketing Manager</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_career_activity"]</td>
<td>Education</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_nationality"]</td>
<td>French</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_my_default_email_coordinate_text"]</td>
<td>jdoh@zcompany.com</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_default_telephone_my_default_telephone_coordinate_text"]</td>
<td>+33(0)6-218765/00</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Check the Bank Accounts List</h1>
<img title="Check the Bank Accounts List" alt="Check the Bank Accounts List" type="image/svg+xml" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Bank.Accounts.List?format=png">
<details open="open">
<p>To check the creation of the new bank account, please go back to the financial information tab of the organisation document. You can now see the new bank account we just created has been shown in the list of bank accounts related to your Organisation.</p><p>Follow the same steps, you can create as many bank accounts as you need.</p>
</details>
<test>
<table style="display: none;" class="test">
<tbody>
<tr>
<td>verifyText</td>
<td>//div[@id="information_area"]</td>
<td>Input data has errors. Please look at the error messages below.</td>
</tr>
<tr>
<td>verifyText</td>
<td>//span[@class="error"]</td>
<td>No such document was found.</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="subfield_field_my_career_subordination_title_relation"]</td>
<td>Add Organisation</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>Input data has errors. Please look at the error messages below.</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section>
<section class="screenshot">
<h1>How to create Bank Accounts</h1>
<img alt="How to create Bank Accounts" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Image?format=png" title="How to create Bank Accounts" type="image/svg+xml" />
<footer>by <a href="http://www.osoe-project.org/contact">OSOE Team</a>.</footer>
<details open="open">
<p>In ERP5 you can create bank accounts for related persons or organisations, in use of creating a sale order or an invoice, and also for accounting.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/init_test_environment&quot;&gt;init&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_setUpOrganisationTest</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Init Ok</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot; /&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user&quot; /&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section>
<h1>Agenda</h1>
<ul>
<li>Reach the financial information of the organisation</li>
<li>Add a bank account</li>
<li>Validate the bank account</li>
</ul>
<details open="open">
<p>In this tutorial, we will use our organisation VIFIB as an example to show you how to create a bank account in ERP5.</p>
<p>The process of creating a bank account for an organisation has three steps: Firstly, <strong>reach financial information of the organisation from the document of this Organisation</strong> for which you want to open a Bank Account. Secondly, <strong>Add a bank account</strong> for this organisation by using the &quot;Action&quot; item list. Finally, <strong>Validate the bank account</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Organisations&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;Z Company&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), &quot;Z Company&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Reach the Financial Information from the Organisation document</h1>
<img alt="Organisation document" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Organisation.View?format=png" title="Organisation document" type="image/svg+xml" />
<details open="open">
<p>The bank accounts belong to the financial information of the organisation. So first, let&#39;s reach the financial information of our organisation VIFIB.</p>
<p>You can reach the financial information from the organisation&#39;s document. You just need to <strong>click on the &quot;Financial Information&quot; tab</strong> .</p>
<p>&nbsp;</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Financial Information&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Financial Information Tab</h1>
<img alt="Financial Information Tab" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Financial.Information.Tab?format=png" title="Financial Information Tab" type="image/svg+xml" />
<details open="open">
<p>You are now directed to page of the financial information of your Organisation, listing the bank accounts and the accounting periods of your organisation.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>assertElementPresent</td>
<td>//h1[contains(text(), &quot;Bank Accounts&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>assertElementPresent</td>
<td>//h1[contains(text(), &quot;Accounting Periods&quot;)]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Action: Add Bank Account</h1>
<img alt="Action: Add Bank Account" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Add.Bank.Account?format=png" title="Action: Add Bank Account" type="image/svg+xml" />
<details open="open">
<p>To create a bank account for this organisation, <strong>open the &quot;Action&quot; item list and click on &quot;Add Bank Account&quot;</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>click</td>
<td>//input[@name=&quot;editable&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n=&quot;Add&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[@data-i18n=&quot;Add&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&#39;field_your_select_action&#39;]</td>
<td>index=3</td>
</tr>
<tr>
<td>verifyValue</td>
<td>//select[@name=&#39;field_your_select_action&#39;]</td>
<td>add Bank Account</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Edit Bank Account</h1>
<img alt="Edit Bank Account" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Edit.Bank.Account?format=png" title="Edit Bank Account" type="image/svg+xml" />
<details open="open">
<p>Now a new bank account document has been created, fill out the fields with the necessary information and save the changes.</p>
<p>Note: If the the organisation you used in the &quot;Bank&quot; field has not been created in your ERP5 instance, you might be asked to add the organisation so that you can finish the creation of the bank account.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name=&quot;field_my_title&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_title&quot;]</td>
<td>HSBC Paris Nation</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_source_title&quot;]</td>
<td>HSBC Enterprise</td>
</tr>
<tr>
<td>fireEvent</td>
<td>//input[@name=&quot;field_my_source_title&quot;]</td>
<td>input</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//ul[@class=&quot;search_ul&quot;]//li</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//ul[@class=&quot;search_ul&quot;]/li[@name=&quot;Organisation&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_start_date&quot;]</td>
<td>03122021</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_my_price_currency&quot;]</td>
<td>EUR</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_bank_code&quot;]</td>
<td>23000</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_branch&quot;]</td>
<td>28975</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_bank_account_number&quot;]</td>
<td>57648587698</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/save&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Action: Validate</h1>
<img alt="Action: Validate" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Validate.Bank.Account?format=png" title="Action: Validate" type="image/svg+xml" />
<details open="open">
<p>After editing the information of the bank account document, <strong>open the &quot;Action&quot; item list and click on &quot;Validate&quot;</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Validate&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Check the Bank Accounts List</h1>
<img alt="Check the Bank Accounts List" src="http://img.erp5.cn/user-Howto.Create.Bank.Accounts.Bank.Accounts.List?format=png" title="Check the Bank Accounts List" type="image/svg+xml" />
<details open="open">
<p>To check the creation of the new bank account, please go back to the financial information tab of the organisation document. You can now see the new bank account we just created has been shown in the list of bank accounts related to your Organisation.</p>
<p>Follow the same steps, you can create as many bank accounts as you need.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Organisations&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;Z Company&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), &quot;Z Company&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Financial Information&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;57648587698&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/login_as_manager&quot;&gt;Login As Manager&lt;/span&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot;&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_tearDownBankAccountTest</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Clean Ok</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test></section>
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