Refactor the index method in the Collection. Now it will only timeout in case of real failure, see added testcase.
Not fully sure about the error message, see below:
Timed out after 0,25s, while waiting for:
Browser.All(#will-not-appear)[100].Should(Be.InDom)
Reason:
element was not found in collection by index 100 (actual collection size is 0)
Refactor the index method in the Collection. Now it will only timeout in case of real failure, see added testcase.
Not fully sure about the error message, see below: