Commit 20632f71 authored by Gabriel Monnerat's avatar Gabriel Monnerat

update test. Edit event using current hour

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45263 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c768618a
......@@ -131,8 +131,13 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="stop_date_year"]</td>\n
<td>2020</td>\n
<td>//input[@name="start_date_hour"]</td>\n
<td tal:content="python: DateTime().hour() + 1">hour</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="stop_date_hour"]</td>\n
<td tal:content="python: DateTime().hour() + 1">hour</td>\n
</tr>\n
<tr>\n
<td>click</td>\n
......
41
\ No newline at end of file
42
\ 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