[portal-commits] JBoss Portal SVN: r12228 - 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
Mon Nov 3 08:53:11 EST 2008


Author: vrockai
Date: 2008-11-03 08:53:11 -0500 (Mon, 03 Nov 2008)
New Revision: 12228

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

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-03 12:51:00 UTC (rev 12227)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java	2008-11-03 13:53:11 UTC (rev 12228)
@@ -123,6 +123,7 @@
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		
 		selenium.captureScreenshot("1.jpg");
+		
 		Assert.assertTrue(selenium.isTextPresent("Current users"));
 		Assert.assertTrue(selenium.isTextPresent("Among them: * logged-in"));
 		Assert.assertTrue(selenium.isTextPresent("[admin]"));
@@ -132,7 +133,6 @@
 	public void testMovePortlet() {
 		final String pageName = "DashMovePage";
 		
-		
 		selenium.click(LNK_DASHBOARD);
 		selenium.waitForPageToLoad(PAGE_LOAD);
 		selenium.click(LNK_CONFIGURE_DASHBOARD);




More information about the portal-commits mailing list