[portal-commits] JBoss Portal SVN: r12267 - branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 7 04:41:06 EST 2008


Author: vrockai
Date: 2008-11-07 04:41:06 -0500 (Fri, 07 Nov 2008)
New Revision: 12267

Modified:
   branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
Log:
dashboard config very slow speed3

Modified: branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
===================================================================
--- branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java	2008-11-07 09:19:13 UTC (rev 12266)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java	2008-11-07 09:41:06 UTC (rev 12267)
@@ -58,6 +58,7 @@
 
 	@Test(enabled = true, dependsOnMethods = { "testCreatePage" })
 	public void testUpdateTheme() {
+		selenium.setSpeed("10");
 		selenium.click(LNK_DASHBOARD);
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		selenium.click(LNK_CONFIGURE_DASHBOARD);
@@ -91,6 +92,7 @@
 
 	@Test(enabled = true, dependsOnMethods = { "testCreatePage" })
 	public void testUpdateLayout() {
+		selenium.setSpeed("10");
 		selenium.click(LNK_DASHBOARD);
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		selenium.click(LNK_CONFIGURE_DASHBOARD);
@@ -125,7 +127,7 @@
 
 	@Test(enabled = true, dependsOnMethods = { "testCreatePage" })
 	public void testAddPortlet() {
-		//selenium.setSpeed("3000");
+		selenium.setSpeed("10");
 		selenium.click(LNK_DASHBOARD);
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		




More information about the portal-commits mailing list