This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via 4244efdbc86650d31162b8b234182636f3642ebf (commit)
from 8347a4dc7b7f41f43095992d3c92daf33412b102 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4244efdbc86650d31162b8b234182636f3642ebf
commit 4244efdbc86650d31162b8b234182636f3642ebf
Author: Roland Mas <[email protected]>
Date: Wed Dec 9 18:32:09 2020 +0100
Try fixing testsuite
diff --git a/tests/func/20_Docs/folderTest.php
b/tests/func/20_Docs/folderTest.php
index 0af9a45..20cfe94 100644
--- a/tests/func/20_Docs/folderTest.php
+++ b/tests/func/20_Docs/folderTest.php
@@ -30,9 +30,9 @@ class folderTest extends FForge_SeleniumTestCase {
$this->gotoProject('ProjectA');
$this->clickAndWait("link=Docs");
- $this->clickAndWait("addItemDocmanMenu");
+ $this->clickAndWait("id=addItemDocmanMenu");
// ugly hack until we fix behavior in docman when no folders
exist. We need to click twice on the link
- $this->clickAndWait("addItemDocmanMenu");
+ $this->clickAndWait("id=addItemDocmanMenu");
$this->clickAndWait("jquery#tabs-new-folder");
$this->type("groupname", "renamedirectory");
$this->clickAndWait("submitaddsubgroup");
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Docs/folderTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits