ViewPageLayoutTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Communities
type _134_name Group Page Layout Community
clickAndWait //input[@value='Search']
clickAtAndWait //tr[@class='portlet-section-body results-row last']/td/a
clickAtAndWait link=Page Layout Page
pause 5000
assertElementPresent //div[@id='column-1' and @class='aui-w50 portlet-column portlet-column-first yui3-dd-drop']
assertElementPresent //div[@id='column-2' and @class='aui-w50 portlet-column portlet-column-last yui3-dd-drop']
assertText //div[@id='column-1' and @class='aui-w50 portlet-column portlet-column-first yui3-dd-drop']//h1 Breadcrumb
assertText //div[@id='column-2' and @class='aui-w50 portlet-column portlet-column-last yui3-dd-drop']//h1 Navigation
assertElementNotPresent //div[@id='column-1' and @class='aui-w30 portlet-column portlet-column-first yui3-dd-drop']
assertElementNotPresent //div[@id='column-2' and @class='aui-w70 portlet-column portlet-column-last yui3-dd-drop']