Author: vrockai
Date: 2009-03-23 13:12:39 -0400 (Mon, 23 Mar 2009)
New Revision: 13070
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/portal/PageCoordinationTestCase.java
Log:
selenium coordination debug print
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/portal/PageCoordinationTestCase.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/portal/PageCoordinationTestCase.java 2009-03-23
16:33:38 UTC (rev 13069)
+++
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/portal/PageCoordinationTestCase.java 2009-03-23
17:12:39 UTC (rev 13070)
@@ -120,11 +120,12 @@
debugScreenshot(++count + ".jpg");
Assert.assertTrue(selenium.isTextPresent("Create a portal named:"));
int r = findTableRow(TABLE_PORTAL_ADMIN, portalName, 0) - 1;
-
+ debugPrint(portalName +" : "+r);
+
clickAndWait(MessageFormat.format(POR_TL_MAIN, r));
debugScreenshot(++count + ".jpg");
r = findTableRow(TABLE_PORTALPAGE_ADMIN, pageName, 0) - 1;
-
+ debugPrint(pageName +" : "+r);
clickAndWait(MessageFormat.format(PAG_TL_COORDINATION, r));
debugScreenshot(++count + ".jpg");
Show replies by date