erp5_officejs_support_request_ui_test: Add test for homepage "support request" only search.
Showing
<html> | |||
<head> | |||
<title tal:content="template/title">The title</title> | |||
<meta http-equiv="content-type" content="text/html;charset=utf-8"> | |||
</head> | |||
<body> | |||
<table cellpadding="1" cellspacing="1" border="1"> | |||
<thead> | |||
<tr><td rowspan="1" colspan="3">Support Request Zuite</td></tr> | |||
</thead><tbody> | |||
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> | |||
<tr> | |||
<td>open</td> | |||
<td>${base_url}/web_site_module/erp5_officejs_support_request_ui/</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>waitForElementPresent</td> | |||
<td>//input[@data-i18n='[value]Submit New Support Request']</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>waitForElementPresent</td> | |||
<td>//button[@class="search_button ui-shadow-inset ui-btn ui-btn-inline ui-corner-all ui-btn-icon-notext ui-icon-search ui-override-theme ui-input-btn"]</td> | |||
<td></td> | |||
Please
register
or
sign in
to reply
|
|||
</tr> | |||
<tr> | |||
<td>click</td> | |||
<td>//button[@class="search_button ui-shadow-inset ui-btn ui-btn-inline ui-corner-all ui-btn-icon-notext ui-icon-search ui-override-theme ui-input-btn"]</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>pause</td> | |||
<td>5000</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>waitForTextPresent</td> | |||
<td>Documents</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>waitForTextPresent</td> | |||
<td>Support Request</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>waitForElementPresent</td> | |||
<td>//div[@role='main']//input[@name='search']</td> | |||
<td></td> | |||
</tr> | |||
</tbody></table> | |||
</body> | |||
</html> | |||
\ No newline at end of file |