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 d9e84eaf9c4df596047c6bb0fd3336b037288e38 (commit)
from bc5d818ba046c5777c997691c5897361ff492f77 (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=d9e84eaf9c4df596047c6bb0fd3336b037288e38
commit d9e84eaf9c4df596047c6bb0fd3336b037288e38
Author: Franck Villaume <[email protected]>
Date: Sun Mar 24 19:13:15 2019 +0100
adjust searchTest for doc creation
diff --git a/tests/func/30_Search/searchTest.php
b/tests/func/30_Search/searchTest.php
index 523c7f2..2acb123 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -389,18 +389,18 @@ class Search 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']", "Jenkins
buildbot - also, ZONGO");
$this->clickAndWait("//input[@name='type' and
@value='pasteurl']");
$this->type("file_url", "http://buildbot.fusionforge.org/");
$this->clickAndWait("submit");
- $this->clickAndWait("addItemDocmanMenu");
- $this->clickAndWait("id=tab-new-document");
+ $this->clickAndWait("id=addItemDocmanMenu");
+ $this->clickAndWait("jquery#tab-new-document");
$this->type("title", "Doc2 Astromir");
$this->type("//textarea[@name='description']", "Main website
(the needle) - also, ZONGO");
$this->clickAndWait("//input[@name='type' and
@value='pasteurl']");
-----------------------------------------------------------------------
Summary of changes:
tests/func/30_Search/searchTest.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits