Author: konstantin.mishin
Date: 2009-09-15 11:51:27 -0400 (Tue, 15 Sep 2009)
New Revision: 15581
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/autotest/autoTestHiddens.xhtml
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/SuggestionBoxTest.java
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TooltipTest.java
Log:
RFPL-143
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/autotest/autoTestHiddens.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/autotest/autoTestHiddens.xhtml 2009-09-15
15:05:04 UTC (rev 15580)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/main/webapp/layout/autotest/autoTestHiddens.xhtml 2009-09-15
15:51:27 UTC (rev 15581)
@@ -5,7 +5,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:inputHidden id="_auto_input" value="#{autoTestBean.input}"
required="true"></h:inputHidden>
- <h:outputText id="_auto_request_params" style="display: none;"
value="#{requestBean.paramString}" />
+ <h:outputText id="_auto_request_params"
value="#{requestBean.paramString}" />
<h:inputHidden id="_auto_process_input"
value="#{autoTestBean.processInput}"
valueChangeListener="#{autoTestBean.processInputChangeListener}"></h:inputHidden>
<a4j:outputPanel ajaxRendered="true">
<h:outputText id="_auto_status"
value="#{autoTestBean.status}"></h:outputText>
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java 2009-09-15
15:05:04 UTC (rev 15580)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java 2009-09-15
15:51:27 UTC (rev 15581)
@@ -145,8 +145,9 @@
Assert.fail("log must be empty");
}
}
-
- @Test
+
+ //https://jira.jboss.org/jira/browse/RF-6036
+ @Test(groups=FAILURES_GROUP)
public void testStylesAndClassesAndHtmlAttributes(Template template) {
AutoTester tester = getAutoTester(this);
tester.renderPage(template, RESET_METHOD);
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/SuggestionBoxTest.java
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/SuggestionBoxTest.java 2009-09-15
15:05:04 UTC (rev 15580)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/SuggestionBoxTest.java 2009-09-15
15:51:27 UTC (rev 15581)
@@ -187,8 +187,9 @@
selenium.click(nothingLabelItemXpath);
AssertValueEquals(componentId, "Azir");
}
-
- @Test
+
+ //https://jira.jboss.org/jira/browse/RF-6676
+ @Test(groups=FAILURES_GROUP)
public void testStylesAndClassesAndHtmlAttributes(Template template) {
AutoTester tester = getAutoTester(this);
tester.renderPage(template, RESET_METHOD);
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TooltipTest.java
===================================================================
---
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TooltipTest.java 2009-09-15
15:05:04 UTC (rev 15580)
+++
branches/community/3.3.X/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TooltipTest.java 2009-09-15
15:51:27 UTC (rev 15581)
@@ -99,7 +99,7 @@
writeStatus("Component retrieves data from server; 'defaultContent'
facet is handled; listeners fire");
String componentId = autoTester.getClientId(AutoTester.COMPONENT_ID);
String contentId = autoTester.getClientId(AutoTester.COMPONENT_ID +
"content");
- String defaultContentId = autoTester.getClientId(AutoTester.COMPONENT_ID +
"defaultContent");
+ String defaultContentId = "//*[@id='" +
autoTester.getClientId(AutoTester.COMPONENT_ID + "defaultContent") +
"']/strong/text()";
triggerTooltip();
writeStatus("Check 'defaultContent' feature");