Commit 8d1cd343 authored by Jérome Perrin's avatar Jérome Perrin

use a more tolerant selector

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35671 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e485d4d8
......@@ -125,7 +125,7 @@ be selected {{{ -->\n
</tr>\n
<tr>\n
<td>assertElementNotPresent</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[3]/select/option[text()=\'41 - Receivable\']</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[3]/select/option[contains(text(), \'41 - Receivable\')]</td>\n
<td></td>\n
</tr>\n
<!-- }}} -->\n
......@@ -154,7 +154,7 @@ be selected {{{ -->\n
</tr>\n
<tr>\n
<td>assertElementPresent</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[3]/select/option[text()=\'41 - Receivable\']</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[3]/select/option[contains(text(), \'41 - Receivable\')]</td>\n
<td></td>\n
</tr>\n
<!-- }}} -->\n
......
157
\ No newline at end of file
158
\ 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