[portal-commits] JBoss Portal SVN: r12248 - 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 08:54:56 EST 2008
Author: vrockai
Date: 2008-11-05 08:54:56 -0500 (Wed, 05 Nov 2008)
New Revision: 12248
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java
Log:
dashboard debug 2
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-05 11:28:52 UTC (rev 12247)
+++ branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/DashboardTestCase.java 2008-11-05 13:54:56 UTC (rev 12248)
@@ -136,9 +136,11 @@
selenium.click(LNK_CONFIGURE_DASHBOARD);
selenium.waitForPageToLoad(PAGE_LOAD);
selenium.windowMaximize();
- selenium.captureScreenshot("1x2.jpg");
+ selenium.captureScreenshot("1x21.jpg");
selectIfNotSelected(SEL_PAGE,"DashTestPage");
selenium.click("link=Who's online portlet");
+ selenium.captureScreenshot("1x22.jpg");
+
waitForElement("portlet-editor-title");
//selenium.waitForPageToLoad(PAGE_LOAD);
selenium.windowMaximize();
More information about the portal-commits
mailing list