You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ba...@apache.org on 2015/04/13 07:46:17 UTC

svn commit: r1673108 - /continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html

Author: batkinson
Date: Mon Apr 13 05:46:17 2015
New Revision: 1673108

URL: http://svn.apache.org/r1673108
Log:
[CONTINUUM-1859] Updated test to work for most recent UI.

Modified:
    continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html

Modified: continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html?rev=1673108&r1=1673107&r2=1673108&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html (original)
+++ continuum/trunk/continuum-webapp-test/src/test/selenium-ide/test_shell_project.html Mon Apr 13 05:46:17 2015
@@ -38,7 +38,7 @@
 </tr>
 <tr>
 	<td>clickAndWait</td>
-	<td>addProjectGroup_</td>
+	<td>addProjectGroup_0</td>
 	<td></td>
 </tr>
 <tr>
@@ -69,11 +69,11 @@
 <tr>
 	<td>type</td>
 	<td>addProject_projectScmUrl</td>
-	<td>https://svn.apache.org/repos/asf/continuum/sandbox/examples/shell</td>
+	<td>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/examples/shell</td>
 </tr>
 <tr>
 	<td>clickAndWait</td>
-	<td>addProject_</td>
+	<td>addProject_0</td>
 	<td></td>
 </tr>
 <!--Either the project was not added, OR you get-->
@@ -100,18 +100,18 @@
 	<td></td>
 </tr>
 <tr>
-	<td>click</td>
+	<td>clickAndWait</td>
 	<td>link=Shell Test</td>
 	<td></td>
 </tr>
 <tr>
-	<td>click</td>
-	<td>remove</td>
+	<td>clickAndWait</td>
+	<td>id=confirmRemoveProjectGroup_remove</td>
 	<td></td>
 </tr>
 <tr>
-	<td>click</td>
-	<td>removeProjectGroup_</td>
+	<td>clickAndWait</td>
+	<td>id=removeProjectGroup_0</td>
 	<td></td>
 </tr>
 <!--Error - java.lang.NullPointerException on first delete attempt (second seems to work) -->
@@ -120,7 +120,6 @@
 	<td>Shell Test</td>
 	<td></td>
 </tr>
-
 </tbody></table>
 </body>
 </html>