RemoveRedirectWDFrontPageChildPageTest
open /web/guest/home/
waitForElementPresent link=Wiki Display Test Page
clickAtAndWait link=Wiki Display Test Page
assertText //h1[@class='header-title']/span Front Page Child Page Test Edited
assertText //div[@class='page-redirect'] (Redirected from Front Page Child Page Test)
clickAtAndWait //div[@class='page-redirect']
clickAtAndWait //input[@value='Remove Redirect']
pause 5000
waitForElementPresent //td[@class='cke_contents']/iframe IFrame
selectFrame //td[@class='cke_contents']/iframe IFrame
type //body This is a remove redirect test.
selectFrame relative=top top
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertText //h1[@class='header-title']/span Front Page Child Page Test
assertText //div[@class='wiki-body'] This is a remove redirect test.
assertTextNotPresent //h1[@class='header-title'] Front Page Child Page Test Edited
assertTextNotPresent (Redirected from Front Page Child Page Test)