You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marc G. (JIRA)" <ji...@apache.org> on 2016/07/30 20:40:20 UTC

[jira] [Created] (WICKET-6221) WicketTester - missing border path

Marc G. created WICKET-6221:
-------------------------------

             Summary: WicketTester - missing border path
                 Key: WICKET-6221
                 URL: https://issues.apache.org/jira/browse/WICKET-6221
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 7.4.0
            Reporter: Marc G.


After upgrading from Wicket 7.3.0 to 7.4.0 my tests are failing cause of missing border component which are present in 7.3.0. If I run the application and test it manually there are no problems. 

I'm using a custom Border component to wrap my input fields.

'''
java.lang.AssertionError: path: 'form:passwordBorder:passwordBorder_body:password' does not exist for page: CustomerEditPage
'''

I don't know exactly whats the problem. You can try it out with the following example project:
https://github.com/MarcGiffing/wicket-spring-boot/
You only have to switch the wicket property in the parent module to 7.4.0.

CustomerEditPageTest

If you can't launch the example project I will try to reproduce the failing test in an simple quickstart project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)