Commit 554c7708 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! erp5_web_renderjs_ui_test: datetime field should follow the interface's language

parent 8c92979c
......@@ -92,7 +92,7 @@
<tr>
<td>assertText</td>
<td>//div[@data-gadget-scope='field_my_start_date']//p</td>
<td>regexp:^\d\d/\d\d/20\d\d \d\d?:\d\d (AM|PM)$</td>
<td>regexp:1?\d/[123]?\d/20\d\d \d\d?:\d\d (AM|PM)</td>
</tr>
......@@ -116,7 +116,7 @@
<tr>
<td>assertText</td>
<td>//div[@data-gadget-scope='field_my_start_date']//p</td>
<td>regexp:^\d\d/\d\d/20\d\d \d\d:\d\d$</td>
<td>regexp:\d\d/\d\d/20\d\d \d\d:\d\d$</td>
</tr>
</tbody></table>
......
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