Commit 57f69927 authored by Yusei Tahara's avatar Yusei Tahara

specific_reference is ramdom value so that use storeText.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19197 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ff5139f
...@@ -167,6 +167,12 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for ...@@ -167,6 +167,12 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for
<td>//tr[@id=\'listbox_stat_line\']/td[12]</td>\n <td>//tr[@id=\'listbox_stat_line\']/td[12]</td>\n
<td>3300.0</td>\n <td>3300.0</td>\n
</tr>\n </tr>\n
\n
<tr>\n
<td>storeText</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[7]</td>\n
<td>specific_reference</td>\n
</tr>\n
<!-- }}} -->\n <!-- }}} -->\n
\n \n
<!-- }}} -->\n <!-- }}} -->\n
...@@ -185,7 +191,7 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for ...@@ -185,7 +191,7 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for
<tr>\n <tr>\n
<td>type</td>\n <td>type</td>\n
<td>specific_reference</td>\n <td>specific_reference</td>\n
<td>2005-308</td>\n <td>${specific_reference}</td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>clickAndWait</td>\n <td>clickAndWait</td>\n
......
71 72
\ No newline at end of file \ 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