AddFrontPageTest
open /web/guest/home/
waitForElementPresent link=Wiki Test Page
clickAtAndWait link=Wiki Test Page
clickAtAndWait link=This page is empty. Edit it to add some text.
pause 5000
waitForElementPresent //td[@id='cke_contents__36_editor']/iframe IFrame
selectFrame //td[@id='cke_contents__36_editor']/iframe IFrame
type //body This is a wiki frontpage test.
selectFrame relative=top top
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertText //div[@class='wiki-body'] This is a wiki frontpage test.