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, 6.1 has been updated
via e3e0ba33370a232c1ef09b954e4e303bc230244e (commit)
from c652c212244718d24e620855da52565aa5405e74 (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=e3e0ba33370a232c1ef09b954e4e303bc230244e
commit e3e0ba33370a232c1ef09b954e4e303bc230244e
Author: Roland Mas <[email protected]>
Date: Thu Jan 7 13:06:28 2021 +0100
Let's try Chromium instead of Firefox
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 81b06d0..5249c42 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -105,7 +105,7 @@ abstract class FForge_SeleniumTestCase extends
PHPUnit\Extensions\Selenium2TestC
$this->listener = new
ScreenshotListener(getenv('SELENIUM_RC_DIR'));
}
- $this->setBrowser('chromium');
+ $this->setBrowser('chrome');
$capabilities = array('acceptInsecureCerts' => true);
$this->setDesiredCapabilities($capabilities);
$this->setBrowserUrl(URL);
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.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