[Fusionforge-commits] r11275 - trunk/tests/func/Testing

Christian Bayle cbayle at libremir.placard.fr.eu.org
Sat Oct 30 12:41:25 CEST 2010


Author: cbayle
Date: 2010-10-30 12:41:25 +0200 (Sat, 30 Oct 2010)
New Revision: 11275

Modified:
   trunk/tests/func/Testing/SeleniumGforge.php
Log:
Attempt to repare some test


Modified: trunk/tests/func/Testing/SeleniumGforge.php
===================================================================
--- trunk/tests/func/Testing/SeleniumGforge.php	2010-10-30 10:41:14 UTC (rev 11274)
+++ trunk/tests/func/Testing/SeleniumGforge.php	2010-10-30 10:41:25 UTC (rev 11275)
@@ -197,6 +197,11 @@
 			$this->registerProject ($name, 'admin') ;
 			$this->approveProject ($name, 'admin') ;
 		}
+		$this->click("link=Home");
+		$this->waitForPageToLoad("30000");
+		$this->assertTrue($this->isTextPresent($name));
+		$this->click("link=$name");
+		$this->waitForPageToLoad("30000");
 	}
 	
 	protected function createUser ($login)




More information about the Fusionforge-commits mailing list