Author: nbelaevski
Date: 2009-09-20 13:21:41 -0400 (Sun, 20 Sep 2009)
New Revision: 15637
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/pages/tooltip/tooltipAutoTest.xhtml
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml
Log:
Tests templates updated to contain tested component on to of the page and avoid problems
with scrolls
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/pages/tooltip/tooltipAutoTest.xhtml
===================================================================
(Binary files differ)
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml 2009-09-20
16:44:07 UTC (rev 15636)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml 2009-09-20
17:21:41 UTC (rev 15637)
@@ -13,14 +13,14 @@
<h:outputText value="Data Table" />
</f:facet>
<h:panelGroup columns="1" rendered="#{templateBean.dataTableRowIndex
== row}">
+ <ui:insert name="outOfFormComponent" />
+ <h:form id="autoTestForm">
+ <ui:insert name="component" />
+ <ui:include src="../../layout/autotest/autoTestHiddens.xhtml" />
+ <br/>
+ <h:message id="_auto_messageId"
for="componentId"></h:message>
+ </h:form>
<ui:include src="../../layout/autotest/autoTestControls.xhtml" />
- <h:form id="autoTestForm">
- <ui:include src="../../layout/autotest/autoTestHiddens.xhtml" />
- <ui:insert name="component" />
- <br/>
- <h:message id="_auto_messageId"
for="componentId"></h:message>
- </h:form>
- <ui:insert name="outOfFormComponent" />
</h:panelGroup>
<h:outputText value="#{row}"
rendered="#{templateBean.dataTableRowIndex != row}" />
</rich:column>
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml 2009-09-20
16:44:07 UTC (rev 15636)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml 2009-09-20
17:21:41 UTC (rev 15637)
@@ -15,14 +15,14 @@
<a onclick="Richfaces.hideModalPanel('_Selenium_Test_ModalPanel');
return false;"
href="#" >Hide the panel</a>
</f:facet>
- <ui:include src="../../layout/autotest/autoTestControls.xhtml" />
+ <ui:insert name="outOfFormComponent" />
<h:form id="autoTestForm">
+ <ui:insert name="component" />
<ui:include src="../../layout/autotest/autoTestHiddens.xhtml" />
- <ui:insert name="component" />
<br/>
<h:message id="_auto_messageId"
for="componentId"></h:message>
</h:form>
- <ui:insert name="outOfFormComponent" />
+ <ui:include src="../../layout/autotest/autoTestControls.xhtml" />
<ui:include src="../../layout/controlLayout.xhtml" />
</rich:modalPanel>
</ui:define>
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml 2009-09-20
16:44:07 UTC (rev 15636)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml 2009-09-20
17:21:41 UTC (rev 15637)
@@ -7,14 +7,14 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition template="../simple.xhtml">
<ui:define name="template">
- <ui:include src="../../layout/autotest/autoTestControls.xhtml" />
+ <ui:insert name="outOfFormComponent" />
<h:form id="autoTestForm">
+ <ui:insert name="component" />
<ui:include src="../../layout/autotest/autoTestHiddens.xhtml" />
- <ui:insert name="component" />
<br/>
<h:message id="_auto_messageId"
for="componentId"></h:message>
</h:form>
- <ui:insert name="outOfFormComponent" />
+ <ui:include src="../../layout/autotest/autoTestControls.xhtml" />
</ui:define>
</ui:composition>
</html>
\ No newline at end of file