This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch better-page-invalidation in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit b1a96c80c577b566946b407b5027b22e139bf7ae Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Thu May 4 22:58:59 2023 -0300 Disabling WebDriver trace debugging level --- .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java index d2d37a272..ccd1bbb0e 100644 --- a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java +++ b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java @@ -223,7 +223,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium DesiredCapabilities desiredCapabilities = new DesiredCapabilities(); FirefoxOptions options = new FirefoxOptions(desiredCapabilities); - options.setLogLevel(FirefoxDriverLogLevel.TRACE); +// options.setLogLevel(FirefoxDriverLogLevel.TRACE); if (ffProfileTemplate.isDirectory() && ffProfileTemplate.exists()) {