This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e52632ec Trying to fix a couple of GebConfig-configured tests
6e52632ec is described below

commit 6e52632ece151290fa2ceca9ac55b413699ae358
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sun Jun 25 16:46:27 2023 -0300

    Trying to fix a couple of GebConfig-configured tests
---
 tapestry-webresources/src/test/resources/GebConfig.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-webresources/src/test/resources/GebConfig.groovy 
b/tapestry-webresources/src/test/resources/GebConfig.groovy
index 35515537c..dac26d02d 100644
--- a/tapestry-webresources/src/test/resources/GebConfig.groovy
+++ b/tapestry-webresources/src/test/resources/GebConfig.groovy
@@ -3,7 +3,7 @@ import io.github.bonigarcia.wdm.managers.FirefoxDriverManager
 driver = "firefox"
 
 baseUrl = "http://localhost:8080";
-FirefoxDriverManager.getInstance().setup();
+FirefoxDriverManager.firefoxdriver().setup();
 
 waiting {
   // Long timeout since we have to wait for Rhino & friends to spin up

Reply via email to