Commit 6c5e8098 authored by Jérome Perrin's avatar Jérome Perrin Committed by Aurel

Revert "renderjs_ui_date_time_field_zuite: compatibility with Zope4 ZMI"

I'll make a commit to handle all tests
parent 3231bd21
......@@ -120,13 +120,14 @@
<tr>
<td>clickAndWait</td>
<td>click</td>
<td>//input[@value='Save Changes']</td>
<td></td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Content changed</td>
<td>waitForElementPresent</td>
<td>//div[@class='system-msg']</td>
<td></td>
</tr>
......@@ -169,16 +170,18 @@
<tr>
<td>clickAndWait</td>
<td>click</td>
<td>//input[@value='Save Changes']</td>
<td></td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Content changed</td>
<td>waitForElementPresent</td>
<td>//div[@class='system-msg']</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
\ No newline at end of file
......@@ -68,13 +68,14 @@
</tr>
<tr>
<td>clickAndWait</td>
<td>click</td>
<td>//input[@value='Save Changes']</td>
<td></td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Content changed</td>
<td>waitForElementPresent</td>
<td>//div[@class='system-msg']</td>
<td></td>
</tr>
......@@ -171,16 +172,18 @@
</tr>
<tr>
<td>clickAndWait</td>
<td>click</td>
<td>//input[@value='Save Changes']</td>
<td></td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Content changed</td>
<td>waitForElementPresent</td>
<td>//div[@class='system-msg']</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
\ 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