fix test. the richtext-field in plone.app.contenttypes uses a behavior

This commit is contained in:
Philip Bauer 2014-02-14 09:40:55 +01:00
parent aa87302280
commit d788d07a87
1 changed files with 1 additions and 1 deletions

View File

@ -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.