Commit 8e02af8c authored by Gabriel Monnerat's avatar Gabriel Monnerat

Test the abbreviation of the title(code added in r44510).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44511 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78e82e5a
......@@ -291,6 +291,47 @@
<td>//a[@class="domain_selected"]</td>\n
<td>Hidden</td>\n
</tr>\n
<!-- Test the abbreviation of the title -->\n
<tr>\n
<td>openAndWait</td>\n
<td>${ung_url}/ERP5Site_createNewWebDocument?template=web_page_template</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>click</td>\n
<td>//a[@name="document_title"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@id="name"]</td>\n
<td>Add a Big Title to Test the abbreviation</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>//div[@class="ui-dialog-buttonset"]/button[1]/span</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>setTimeout</td>\n
<td>30000</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
<td>//a[@name="document_title"]</td>\n
<td>Add a Big Title to Test the ab...</td>\n
</tr>\n
<tr>\n
<td>click</td>\n
<td>//a[@name="document_title"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyValue</td>\n
<td>//input[@id="name"]</td>\n
<td>Add a Big Title to Test the abbreviation</td>\n
</tr>\n
</tbody>\n
</table>\n
</body>\n
......
36
\ No newline at end of file
37
\ 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