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  e28f9d2c613ab57844a90305834d242d59fe2b55 (commit)
      from  23a62518ce16a0f45f1a48514dc6bf109fd9f1db (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=e28f9d2c613ab57844a90305834d242d59fe2b55

commit e28f9d2c613ab57844a90305834d242d59fe2b55
Author: Roland Mas <[email protected]>
Date:   Tue Jan 12 17:16:01 2021 +0100

    Revert "Let's try Chromium instead of Firefox"
    
    This reverts commit e71cfb59dc9c72c356784e4cbc244009da20d2b1.

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index eadddbb..a7ec2b0 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('chromedriver');
+               $this->setBrowser('firefox');
                $capabilities = array('acceptInsecureCerts' => true);
                $this->setDesiredCapabilities($capabilities);
                $this->setBrowserUrl(URL);
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index a95aa6d..6d0a368 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -69,7 +69,7 @@ install_selenium() {
        # psmisc for db_reload.sh:killall
        # rsyslog to get e.g. sshd error log
        if [ -e /etc/debian_version ]; then
-               apt-get -y install wget firefox-esr net-tools chromium 
chromium-driver
+               apt-get -y install wget firefox-esr net-tools
                if grep -q ^8 /etc/debian_version; then
                    apt-get -y install phpunit phpunit-selenium psmisc rsyslog 
patch
                    apt-get -y install -t jessie-backports openjdk-8-jdk

-----------------------------------------------------------------------

Summary of changes:
 tests/func/SeleniumForge.php | 2 +-
 tests/func_tests.sh          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to