RemoveRedirectWDFrontPageChildPageTest
open /web/guest/home/
waitForElementPresent link=Wiki Display Test Page
clickAtAndWait link=Wiki Display Test Page
assertPartialText //h1[@class='page-title'] 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']
type //textarea This is a remove redirect test.
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertPartialText //h1[@class='page-title'] Front Page Child Page Test
assertText //div[@class='wiki-body'] This is a remove redirect test.
assertNotPartialText //h1[@class='page-title'] Front Page Child Page Test Edited
assertTextNotPresent (Redirected from Front Page Child Page Test)