Commit 37ff5b3d authored by Ivan Tyagov's avatar Ivan Tyagov

Domain tree uses buttons now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45747 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a66f12d4
......@@ -82,13 +82,13 @@ Test domain tree of Account Module\n
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX it should probably be the category `id`, not the title. -->\n
<td>//table[//table[@class="listbox-table-domain-tree"]]//tr[2]//a[@class="tree-closed"]</td>\n
<td>//table[//table[@class="listbox-table-domain-tree"]]//tr[2]//button[@class="tree-closed"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX it should probably be the category `id`, not the title. -->\n
<td>//table[//table[@class="listbox-table-domain-tree"]]//tr[3]//a[@class="tree-closed"]</td>\n
<td>//table[//table[@class="listbox-table-domain-tree"]]//tr[3]//button[@class="tree-closed"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -145,7 +145,7 @@ Test domain tree of Account Module\n
-->\n
<tr>\n
<td>clickAndWait</td>\n
<td>//table[@class="listbox-table-domain-tree"]//tr[7]//a[@class="tree-closed"]</td>\n
<td>//table[@class="listbox-table-domain-tree"]//tr[7]//button[@class="tree-closed"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
186
\ No newline at end of file
187
\ 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