Commit 5f93c9e8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2006-07-19 yo

* Fix testReportTree, since the default is "Hide" but not "Show" in report tree mode.
* Add testDynamicReportTree which tests dynamically generated domains with report tree mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2922c72e
......@@ -133,6 +133,17 @@
<tr>\n
\t<td>verifyText</td>\n
\t<td>//tr[@id="listbox_search_line"]/td[1]</td>\n
\t<td>0 1 2 3 4 5 - Hide</td>\n
</tr>\n
<!-- Click on Hide -->\n
<tr>\n
\t<td>clickAndWait</td>\n
\t<td>link=Hide</td>\n
\t<td></td>\n
</tr>\n
<tr>\n
\t<td>verifyText</td>\n
\t<td>//tr[@id="listbox_search_line"]/td[1]</td>\n
\t<td>0 1 2 3 4 5 - Show</td>\n
</tr>\n
<tr>\n
......
2006-07-19 yo
* Fix testReportTree, since the default is "Hide" but not "Show" in report tree mode.
* Add testDynamicReportTree which tests dynamically generated domains with report tree mode.
2006-07-19 jerome
* add user-extension.js for Selenium extensions
......
18
\ No newline at end of file
20
\ 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