You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2023/01/15 13:19:17 UTC

[tapestry-5] branch better-page-invalidation updated: Adding a bit of test code for our tests (again)

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


The following commit(s) were added to refs/heads/better-page-invalidation by this push:
     new cff8adcf4 Adding a bit of test code for our tests (again)
cff8adcf4 is described below

commit cff8adcf461efbd44a4e4ee9c9960758145b7c11
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Jan 15 10:19:02 2023 -0300

    Adding a bit of test code for our tests (again)
---
 .../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 be431348e..d2d37a272 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
@@ -1702,7 +1702,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium
             }
             catch (org.openqa.selenium.TimeoutException e)
             {
-                LOGGER.warn("Current URL: {} Page content: {}", getHtmlSource());
+                LOGGER.warn("Page content: {}", getHtmlSource());
                 throw e;
             }
         }