Commit a5499bba authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

With Selenium 0.8 or later, isEditable() raises an error if the specified...

With Selenium 0.8 or later, isEditable() raises an error if the specified element isn't an input element. So we can't use assertNotEditable or verifyNotEditable for asserting "it isn't an input field".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25448 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07fdbf0a
......@@ -123,11 +123,6 @@
\t<td>//tr[@id="listbox_stat_line"]/td[3]</td>\n
\t<td>1 234.5</td>\n
</tr>\n
<tr>\n
\t<td>verifyNotEditable</td>\n
\t<td>//tr[@id="listbox_stat_line"]/td[3]</td>\n
\t<td></td>\n
</tr>\n
\n
</tbody></table>\n
</body>\n
......
407
\ No newline at end of file
408
\ 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