AddNullTitleTest
waitForElementPresent link=Blogs
clickAtAndWait link=Blogs
waitForVisible //input[@value='Add Blog Entry']
clickAtAndWait //input[@value='Add Blog Entry']
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
waitForElementPresent //textarea
selectFrame //iframe[@id='_33_editor']
selectFrame //iframe[@id='FCKeditor1___Frame']
selectFrame //iframe
type //body This is a test null entry.
selectFrame relative=top
clickAtAndWait _33_saveButton
assertTextPresent You have entered invalid data. Please try again.
assertTextPresent Please enter a valid title.
waitForElementPresent _33_cancelButton
clickAtAndWait _33_cancelButton
assertTextNotPresent This is a test null entry.