-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Labels
Description
Describe the Feature
RTL contains a waitForElementToBeRemoved
method for detecting if some element has been removed asynchronously (e.g. with animation). This type of query is not very straigthforward using existing waitFor
method.
Possible Implementations
Implement waitForElementToBeRemoved
based on RTL's implementation. Note it seems that you can use getBy
, getAllBy
as well as queryBy
and queryAllBy
with it.
Related Issues
N/A
thymikee