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 f76b5f75be46636d908bd4d39961ebbf463339e9 (commit)
from 8bd6a440582fdbd58818cea59076b9e26c404b57 (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=f76b5f75be46636d908bd4d39961ebbf463339e9
commit f76b5f75be46636d908bd4d39961ebbf463339e9
Author: Franck Villaume <[email protected]>
Date: Mon Jan 21 07:49:17 2019 +0000
implement pause function
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 509aaac..1b1fd95 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -632,7 +632,11 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestCase
}
function waitForPageToLoad($integer = 30000) {
- //do we need to set something???
+ //do we need to do something???
+ $this->pause($integer);
+ }
+
+ function pause($integer = 10000) {
usleep($integer);
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits