Commit 2da5f3c9 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_ui_test] Try to input multiline text in firefox.

But chrome is now unhappy...
parent ff5355ae
......@@ -65,8 +65,7 @@
<tr>
<td>type</td>
<td>//textarea[@title='field_my_description']</td>
<td>123
456</td>
<td>123<br>456</td>
</tr>
......@@ -93,8 +92,7 @@
<tr>
<td>verifyValue</td>
<td>//textarea[@title='field_my_description']</td>
<td>123
456</td>
<td>123<br>456</td>
</tr>
<tr>
......
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