[Fusionforge-commits] FusionForge branch master updated. v6.1-203-gc98a93f

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Jan 20 19:32:03 CET 2019


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  c98a93f28c79799808c3db36372ab70ec178741a (commit)
      from  56b5099a5b98fb0f1632e486e6429f4502d3a819 (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=c98a93f28c79799808c3db36372ab70ec178741a

commit c98a93f28c79799808c3db36372ab70ec178741a
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Jan 20 19:31:46 2019 +0100

    byCss doet not exist. Use byCssSelector

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 170c4ed..1c0f59c 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -199,7 +199,7 @@ class FForge_SeleniumTestCase extends PHPUnit_Extensions_Selenium2TestCase
 			$myelement = $this->byId($id);
 		} else if (preg_match('/^css=/', $link)) {
 			$css = substr($link, 4);
-			$myelement = $this->byCss($css);
+			$myelement = $this->byCssSelector($css);
 		} else if (preg_match('/^\/\/[a-z]/', $link)) {
 			$myelement = $this->byXPath($link);
 		} else {

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

Summary of changes:
 tests/func/SeleniumForge.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list