Hello,
i have a list (swt widget) with only one item contained. All asserts like
ui.assertThat(new ListItemLocator("any string").isVisible(false));
fail with a timed out exception although "any string" is not contained in the list. It seems that the locator finds the item regardless of the given name. When i use the same name for the click-method it fails too with the reason that the item can not be found. IMO this is a wrong behavior, isn't it?
Sincerely,
Steffen