merge upstream and fix numbering

This commit is contained in:
maartenkling
2014-03-04 09:16:36 +01:00
6 changed files with 22 additions and 7 deletions
@@ -299,7 +299,7 @@ Login as admin.
Edit the content object.
>>> browser.open("http://nohost/plone/doc1/edit")
>>> browser.getControl(name='form.widgets.text').value = "Lorem ipsum"
>>> browser.getControl(name='form.widgets.IRichText.text').value = "Lorem ipsum"
>>> browser.getControl('Save').click()
Make sure the edit was successful.