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  e71cfb59dc9c72c356784e4cbc244009da20d2b1 (commit)
      from  e3e0ba33370a232c1ef09b954e4e303bc230244e (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=e71cfb59dc9c72c356784e4cbc244009da20d2b1

commit e71cfb59dc9c72c356784e4cbc244009da20d2b1
Author: Roland Mas <[email protected]>
Date:   Thu Jan 7 13:14:21 2021 +0100

    Let's try Chromium instead of Firefox

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 5249c42..eadddbb 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('chrome');
+               $this->setBrowser('chromedriver');
                $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

Reply via email to