AddEntryPriorityLowTest
open /web/guest/home/
waitForElementPresent link=Announcements Test Page
clickAtAndWait link=Announcements Test Page
store eval(selenium.isElementPresent('link=Return to Full Page')) returnToFullPagePresent
gotoIf !${returnToFullPagePresent} ReturnToFullPageNotPresent
clickAtAndWait link=Return to Full Page
label ReturnToFullPageNotPresent
clickAtAndWait link=Manage Entries
selectAndWait //select label=General
waitForElementPresent //input[@value='Add Entry']
clickAtAndWait //input[@value='Add Entry']
waitForElementPresent _84_title
type _84_title Low Priority Announcement
type _84_url www.liferay.com
type _84_content Hi everyone. This is a low priority announcement.
select _84_priority label=Low
clickAtAndWait //input[@value='Save']
clickAtAndWait link=Entries
assertElementPresent link=Low Priority Announcement
assertTextPresent Hi everyone. This is a low priority announcement.