Hi,

I'm using WicketTester to assertInvisible some components. Now I have the following situation:

<wicket:enclosure child="comp1">
  <div wicket:id="comp1"></div>
  <div wicket:id="comp2"></div>
</wicket:enclosure>

In the code I say comp1 is invisible, so the whole enclosure is invisible. However, in WicketTester, assertInvisible("comp2") fails.

I am aware of a previous post about this: http://apache-wicket.1842946.n4.nabble.com/WicketTester-assertInvisible-td3303769.html

However, I don't really see an answer there. What is the expected behavior of WicketTester, and is this bug? Or am I doing something wrong?

Best regards,
Sebastiaan

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to