Author: andrei_exadel
Date: 2008-10-01 08:16:56 -0400 (Wed, 01 Oct 2008)
New Revision: 10638
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/modalPanel/modalPanelTest.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ModalPanelTest.java
Log:
Modal Panel: standard HTML attributes
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/modalPanel/modalPanelTest.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ModalPanelTest.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ModalPanelTest.java 2008-10-01
11:06:44 UTC (rev 10637)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ModalPanelTest.java 2008-10-01
12:16:56 UTC (rev 10638)
@@ -126,6 +126,9 @@
// test height attribute - should be 104
assertStyleAttribute(panelContentId, "height: 104");
+
+ assertClassNames(panelContainerId, new String [] {"noclass"}, "Class
attribute was not output to client ", true);
+ assertClassNames(panelContainerId, new String [] {"rich-modalpanel"},
"", true);
}
@Test
Show replies by date