Hi all,

I have some data view providing multiple result rows and each of those
rows is again some data view providing multiple rows. The
corresponding HTML is simply multiple "article"-elements containing
some headline and a table with multiple rows.

I have tests in place checking if the outer data view is available,
but would like to test the inner one, the tables, as well. Using path
syntax I have something like the following:

> tester.assertVisible("[...]:resultsRow:2:[...]:resultsContainer");

The problem is that because of something I didn't find yet[1], the
index "2" changes from time to time, making the tests unreliable. In
theory I don't care too much about a concret index, anyone would be
enough for me already.

So is there something like "*" or alike to tell Wicket to use any
component available at that level? Tested already, but didn't succeed.

> tester.assertVisible("[...]:resultsRow:*:[...]:resultsContainer");

Thanks!

[1]: 
http://mail-archives.apache.org/mod_mbox/wicket-users/202003.mbox/%3C919488035.20200318092902%40am-soft.de%3E

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to