AddFormFieldParagraphTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Communities
type _134_name Expando Web Form Community
clickAtAndWait //input[@value='Search']
clickAtAndWait //tr[@class='portlet-section-body results-row last']/td[1]/a
clickAtAndWait link=Web Form Page
clickAtAndWait link=Configuration
clickAt link=Form Fields
waitForVisible link=Add Row
clickAt link=Add Row
waitForVisible _86_fieldType5
select _86_fieldType5 label=Paragraph
waitForElementPresent _86_fieldOptions5
type _86_fieldOptions5 This is a test paragraph.
clickAtAndWait //input[@value='Save']
assertTextPresent You have successfully updated the setup.
waitForElementPresent link=Web Form Page
clickAtAndWait link=Web Form Page
assertText //p[2] This is a test paragraph.