[gatein-commits] gatein SVN: r2907 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 30 02:40:45 EDT 2010


Author: mvanco at redhat.com
Date: 2010-04-30 02:40:45 -0400 (Fri, 30 Apr 2010)
New Revision: 2907

Modified:
   portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html
Log:
EPP UI tests: improved test SNF_PRL_29

Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html	2010-04-29 23:59:46 UTC (rev 2906)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_29_AddAndEditAndDeleteTab.html	2010-04-30 06:40:45 UTC (rev 2907)
@@ -128,21 +128,6 @@
 </tr>
 <tr>
 	<td>echo</td>
-	<td>--Open Editor pane</td>
-	<td></td>
-</tr>
-<tr>
-	<td>waitForElementPresent</td>
-	<td>xpath=//div[@onclick='eXo.portal.UIPortal.toggleComposer(this)']</td>
-	<td></td>
-</tr>
-<tr>
-	<td>clickAt</td>
-	<td>xpath=//div[@onclick='eXo.portal.UIPortal.toggleComposer(this)']</td>
-	<td></td>
-</tr>
-<tr>
-	<td>echo</td>
 	<td>--Click Save to complete adding page</td>
 	<td></td>
 </tr>
@@ -239,7 +224,7 @@
 <tr>
 	<td>clickAt</td>
 	<td>link=Edit Layout</td>
-	<td>1,1</td>
+	<td></td>
 </tr>
 <tr>
 	<td>echo</td>
@@ -254,7 +239,7 @@
 <tr>
 	<td>clickAt</td>
 	<td>link=Portal Properties</td>
-	<td>1,1</td>
+	<td></td>
 </tr>
 <tr>
 	<td>waitForElementPresent</td>
@@ -297,18 +282,23 @@
 	<td>1,1</td>
 </tr>
 <tr>
+	<td>pause</td>
+	<td>3000</td>
+	<td></td>
+</tr>
+<tr>
 	<td>echo</td>
 	<td>--Delete page</td>
 	<td></td>
 </tr>
 <tr>
 	<td>waitForElementPresent</td>
-	<td>xpath=//div[@class='SelectedTab']//img[@class='CloseIcon']</td>
+	<td>xpath=//div[@class='SelectedTab']//a</td>
 	<td></td>
 </tr>
 <tr>
 	<td>clickAt</td>
-	<td>xpath=//div[@class='SelectedTab']//img[@class='CloseIcon']</td>
+	<td>xpath=//div[@class='SelectedTab']//a</td>
 	<td></td>
 </tr>
 <tr>



More information about the gatein-commits mailing list