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 97520674a5a2cd86f5d20c8d30b3aed30b52b289 (commit)
from 7176d17a66e632efbb0150c9f57d7d580c8455cb (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=97520674a5a2cd86f5d20c8d30b3aed30b52b289
commit 97520674a5a2cd86f5d20c8d30b3aed30b52b289
Author: Franck Villaume <[email protected]>
Date: Sun Jan 27 19:23:27 2019 +0100
fix testMoveVersionDocToPending test
diff --git a/tests/func/20_Docs/createDocURLTest.php
b/tests/func/20_Docs/createDocURLTest.php
index 10e2df2..c65c4a3 100644
--- a/tests/func/20_Docs/createDocURLTest.php
+++ b/tests/func/20_Docs/createDocURLTest.php
@@ -133,7 +133,7 @@ class CreateDocURL extends FForge_SeleniumTestCase {
$this->pause("10000");
$this->assertTextPresent("1 (x)");
$this->select($this->byId('stateid'))->selectOptionByLabel('pending');
- $this->clickAndWait("xpath=(//button[@type='button'])[3]");
+ $this->clickAndWait("//div[3]/div/button");
$this->assertTextPresent("updated successfully");
$this->assertTextPresent("Pending files");
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Docs/createDocURLTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits