[Fusionforge-commits] r9498 - trunk/tests/func/Site

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Apr 15 13:59:55 CEST 2010


Author: lolando
Date: 2010-04-15 13:59:55 +0200 (Thu, 15 Apr 2010)
New Revision: 9498

Modified:
   trunk/tests/func/Site/projectsTest.php
   trunk/tests/func/Site/troveTest.php
Log:
Updated Selenium tests to match link renaming

Modified: trunk/tests/func/Site/projectsTest.php
===================================================================
--- trunk/tests/func/Site/projectsTest.php	2010-04-15 08:48:35 UTC (rev 9497)
+++ trunk/tests/func/Site/projectsTest.php	2010-04-15 11:59:55 UTC (rev 9498)
@@ -72,7 +72,7 @@
 		$this->waitForPageToLoad("30000");
 		$this->assertTrue($this->isTextPresent("Your project has been submitted"));
 		$this->assertTrue($this->isTextPresent("you will receive notification of their decision and further instructions"));
-		$this->click("link=Admin");
+		$this->click("link=Site Admin");
 		$this->waitForPageToLoad("30000");
 		$this->click("link=Pending (P) (New Project Approval)");
 		$this->waitForPageToLoad("30000");
@@ -109,7 +109,7 @@
 		$this->waitForPageToLoad("30000");
 		$this->assertTrue($this->isTextPresent("Your project has been submitted"));
 		$this->assertTrue($this->isTextPresent("you will receive notification of their decision and further instructions"));
-		$this->click("link=Admin");
+		$this->click("link=Site Admin");
 		$this->waitForPageToLoad("30000");
 		$this->click("link=Pending (P) (New Project Approval)");
 		$this->waitForPageToLoad("30000");
@@ -141,7 +141,7 @@
 	{
 		$this->createProject('testal1');
 
-		$this->click("link=Admin");
+		$this->click("link=Site Admin");
 		$this->waitForPageToLoad("30000");
 		$this->click("link=Display Full Project List/Edit Projects");
 		$this->waitForPageToLoad("30000");

Modified: trunk/tests/func/Site/troveTest.php
===================================================================
--- trunk/tests/func/Site/troveTest.php	2010-04-15 08:48:35 UTC (rev 9497)
+++ trunk/tests/func/Site/troveTest.php	2010-04-15 11:59:55 UTC (rev 9498)
@@ -28,7 +28,7 @@
 	{
 		$this->open( BASE );
 		$this->login('admin');
-		$this->click("link=Admin");
+		$this->click("link=Site Admin");
 		$this->waitForPageToLoad("30000");
 		$this->click("link=Display Trove Map");
 		$this->waitForPageToLoad("30000");




More information about the Fusionforge-commits mailing list