-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Short meeting minutes from our call @egil
- Instead of Find and WaitForElement, we introduce FindAsync that behaves sync if a component is already there or async and like WaitForElement if it isn't (also we have to rephrase some xmldocs on BunitContext)
- Instead of FindAll and WaitForElements, we introduce FindAllAsync (with the same as above).
- Mark Find/FindAll as Obsolete
- Remove IRefreshableElementCollection and return IList for FindAll (anyway obsolete so no big deal)
Metadata
Metadata
Assignees
Labels
No labels