AddNullTitleTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait //input[@value='Add Blog Entry']
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
selectFrame //iframe[@id='_33_editor']
selectFrame //iframe[@id='FCKeditor1___Frame']
selectFrame //iframe
type //body This is a test null entry.
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertText //span[@class='portlet-msg-error'] You have entered invalid data. Please try again.
assertText xPath=(//span[@class='portlet-msg-error'])[2] Please enter a valid title.
clickAtAndWait //input[@value='Cancel']
assertTextNotPresent This is a test null entry.