EditCommentTest
waitForElementPresent link=Wiki Display Test Page
clickAtAndWait link=Wiki Display Test Page
waitForElementPresent //tr[5]/td[2]/table[1]/tbody/tr/td[4]/span/a[2]
clickAt //tr[5]/td[2]/table[1]/tbody/tr/td[4]/span/a[2]
waitForElementPresent //tr[5]/td[2]/table[2]/tbody/tr[2]/td/div/textarea
typeKeys //tr[5]/td[2]/table[2]/tbody/tr[2]/td/div/textarea This is a edited test comment.
type //tr[5]/td[2]/table[2]/tbody/tr[2]/td/div/textarea This is a edited test comment.
clickAtAndWait //tr[5]/td[2]/table[2]/tbody/tr[2]/td/input[1]
assertTextPresent Your request processed successfully.
assertElementPresent link=This is a edited test comment.
assertText //tr[5]/td[2]/div[1] This is a edited test comment.
assertElementNotPresent link=This is a second test comment.