Commit 8492bb30 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2006-07-26 yo

* Test a validation error with an editable float field in a listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5840b45
......@@ -382,6 +382,29 @@
\t<td>//tr[@id="listbox_data_line_2"]/td[2]//input[@type="text"]</td>\n
\t<td></td>\n
</tr>\n
<!-- Check a validation error message. -->\n
<tr>\n
\t<td>type</td>\n
\t<td>//tr[@id="listbox_data_line_0"]/td[3]//input[@type="text"]</td>\n
\t<td>abc</td>\n
</tr>\n
<tr>\n
\t<td>clickAndWait</td>\n
\t<td>Base_edit:method</td>\n
\t<td></td>\n
</tr>\n
<tr>\n
\t<td>verifyValue</td>\n
\t<td>//tr[@id="listbox_data_line_0"]/td[3]//input[@type="text"]</td>\n
\t<td>abc</td>\n
</tr>\n
<tr>\n
\t<td>verifyText</td>\n
\t<td>//tr[@id="listbox_data_line_0"]/td[3]</td>\n
\t<td>*You did not enter a floating point*</td>\n
</tr>\n
\n
\n
<!-- More tests are required, such as sorting, searching, domain tree, etc. -->\n
\n
</tbody></table>\n
......
2006-07-26 yo
* Test a validation error with an editable float field in a listbox.
2006-07-26 yo
* Add a new suite "document_zuite".
......
22
\ No newline at end of file
24
\ 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