[Fusionforge-commits] r11861 - trunk/tests/func/Testing
Roland Mas
lolando at libremir.placard.fr.eu.org
Mon Dec 20 19:47:22 CET 2010
Author: lolando
Date: 2010-12-20 19:47:22 +0100 (Mon, 20 Dec 2010)
New Revision: 11861
Modified:
trunk/tests/func/Testing/SeleniumGforge.php
Log:
Adapted testsuite to new docman UI
Modified: trunk/tests/func/Testing/SeleniumGforge.php
===================================================================
--- trunk/tests/func/Testing/SeleniumGforge.php 2010-12-20 17:24:31 UTC (rev 11860)
+++ trunk/tests/func/Testing/SeleniumGforge.php 2010-12-20 18:47:22 UTC (rev 11861)
@@ -214,8 +214,9 @@
if (in_array ('docs', $what)) {
$this->click("link=Docs");
$this->waitForPageToLoad("30000");
- $this->click("link=Add new documentation directory");
+ $this->click("link=Add new item");
$this->waitForPageToLoad("30000");
+ $this->click("//input[@name='type' and @value='directory']");
$this->type("groupname", "Uncategorized Submissions");
$this->click("//input[@id='submitaddsubgroup']");
$this->waitForPageToLoad("30000");
More information about the Fusionforge-commits
mailing list