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 f96a6fa323f1869245432baa7c2b4ae48c8d1236 (commit)
from c0be8aee7da347f95afa5e59685019f713ab288a (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=f96a6fa323f1869245432baa7c2b4ae48c8d1236
commit f96a6fa323f1869245432baa7c2b4ae48c8d1236
Author: Franck Villaume <[email protected]>
Date: Sun Jan 27 22:14:35 2019 +0100
Implement goBack function
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 4ef32d2..b71b93e 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -658,6 +658,13 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestCase
$myelement->click();
}
}
+
+ function goBack() {
+ $this->execute(array(
+ 'script' => 'window.history.back();',
+ 'args' => array(),
+ ));
+ }
}
// Local Variables:
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits