[portal-commits] JBoss Portal SVN: r12244 - 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
Wed Nov 5 05:18:27 EST 2008


Author: vrockai
Date: 2008-11-05 05:18:27 -0500 (Wed, 05 Nov 2008)
New Revision: 12244

Modified:
   branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
Log:
dash test fix

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-04 10:56:48 UTC (rev 12243)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java	2008-11-05 10:18:27 UTC (rev 12244)
@@ -124,7 +124,7 @@
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		
 		selenium.windowMaximize();
-		selenium.captureScreenshot("1x.jpg");
+		selenium.captureEntirePageScreenshot("m1x.jpg", "m2x.jpg");
 		
 		selenium.windowMaximize();
 		selenium.captureScreenshot("1x1.jpg");




More information about the portal-commits mailing list