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, master has been updated
       via  8d2a036a5dcad94332e13cbb03d4a30c597ae3cc (commit)
      from  9d375b0f117a0ba69203693e9c065741bfbee880 (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=8d2a036a5dcad94332e13cbb03d4a30c597ae3cc

commit 8d2a036a5dcad94332e13cbb03d4a30c597ae3cc
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Thu Apr 4 16:20:17 2019 +0000

    fix doc creation in globalActivity test

diff --git a/tests/func/60_PluginsGlobalactivity/globalactivityTest.php 
b/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
index 16ef356..1354bdb 100644
--- a/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
+++ b/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
@@ -85,10 +85,10 @@ class GlobalActivity 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=tab-new-document");
+               $this->clickAndWait("id=addItemDocmanMenu");
+               $this->clickAndWait("jquery#tab-new-document");
                $this->type("title", "Doc1 Vladimir");
                $this->type("//textarea[@name='description']", "Main website 
(the needle) - also, ZONGO");
                $this->clickAndWait("//input[@name='type' and 
@value='pasteurl']");

-----------------------------------------------------------------------

Summary of changes:
 tests/func/60_PluginsGlobalactivity/globalactivityTest.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to