Author: lfryc(a)redhat.com
Date: 2010-07-10 16:50:06 -0400 (Sat, 10 Jul 2010)
New Revision: 17870
Modified:
root/tests/metamer/trunk/ftest/src/test/java/org/richfaces/tests/testapp/commandButton/CommandButtonTestCase.java
Log:
added tests to appropriate groups
Modified:
root/tests/metamer/trunk/ftest/src/test/java/org/richfaces/tests/testapp/commandButton/CommandButtonTestCase.java
===================================================================
---
root/tests/metamer/trunk/ftest/src/test/java/org/richfaces/tests/testapp/commandButton/CommandButtonTestCase.java 2010-07-10
20:49:42 UTC (rev 17869)
+++
root/tests/metamer/trunk/ftest/src/test/java/org/richfaces/tests/testapp/commandButton/CommandButtonTestCase.java 2010-07-10
20:50:06 UTC (rev 17870)
@@ -60,7 +60,7 @@
super.invalidateSession();
}
- @Test(dataProvider = "templates")
+ @Test(dataProvider = "templates", groups = "client-side-perf")
public void testSimpleClick(String templates) {
selenium.typeKeys(input, "RichFaces 4");
selenium.click(button);