Commit e7a37331 authored by Roque's avatar Roque

erp5_officejs_tutorial_test: missing dependency

parent bdcc069e
......@@ -222,7 +222,24 @@
<td></td>
</tr>
<tal:block tal:define="search_query python: 'Titre'">
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/search_in_form_list_without_header_url" />
<tr>
<td colspan="3"><b>Submit a form list search (without header URL)</b></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//input[@name='search']</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//input[@name='search']</td>
<td tal:content="search_query"></td>
</tr>
<tr>
<td>click</td>
<td>//div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//div[@data-gadget-scope='erp5_searchfield']//button[contains(@class, 'search_button')]</td>
<td></td>
</tr>
</tal:block>
<tr>
<td>waitForElementPresent</td>
......
erp5_ui_test_core
erp5_ui_test
erp5_officejs
erp5_officejs_ui_test
erp5_officejs_connector
erp5_officejs_tutorial
erp5_web_renderjs_ui_test
erp5_gadget_interface_validator
......
Roque Porchetto
\ 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