[gatein-commits] gatein SVN: r5264 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 25 03:31:24 EST 2010


Author: hangnguyen
Date: 2010-11-25 03:31:24 -0500 (Thu, 25 Nov 2010)
New Revision: 5264

Modified:
   portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_PRL_03_01_001_CheckShowingGroupManagementForm.html
Log:
TestVN-356:Clean and Improve existing Selenium for GateIn

Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_PRL_03_01_001_CheckShowingGroupManagementForm.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_PRL_03_01_001_CheckShowingGroupManagementForm.html	2010-11-25 08:30:07 UTC (rev 5263)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_PRL_03_01_001_CheckShowingGroupManagementForm.html	2010-11-25 08:31:24 UTC (rev 5264)
@@ -123,13 +123,13 @@
 </tr>
 <tr>
 	<td>waitForTextPresent</td>
-	<td>//div[@id='UIOrganizationPortlet']/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div/div/div/div[3]/div[1]/a</td>
+	<td>Organization</td>
 	<td></td>
 </tr>
 <tr>
-	<td>verifyText</td>
-	<td>//div[@id='UIOrganizationPortlet']/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div/div/div/div[3]/div[1]/a</td>
+	<td>verifyTextPresent</td>
 	<td>Organization</td>
+	<td></td>
 </tr>
 <tr>
 	<td>echo</td>
@@ -183,12 +183,12 @@
 </tr>
 <tr>
 	<td>waitForTextPresent</td>
-	<td>link=Customers</td>
+	<td>Customers</td>
 	<td></td>
 </tr>
 <tr>
 	<td>verifyTextPresent</td>
-	<td>link=Customers</td>
+	<td>Customers</td>
 	<td></td>
 </tr>
 <tr>
@@ -207,12 +207,12 @@
 	<td></td>
 </tr>
 <tr>
-	<td>waitForTextPresent</td>
+	<td>waitForElementPresent</td>
 	<td>//div[1]/div[2]/div/div/div/div[1]/a</td>
 	<td></td>
 </tr>
 <tr>
-	<td>verifyTextPresent</td>
+	<td>verifyElementPresent</td>
 	<td>//div[1]/div[2]/div/div/div/div[1]/a</td>
 	<td></td>
 </tr>



More information about the gatein-commits mailing list