You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
We have encounter case where we need to test multiple elements in single test as you can see here https://github.com/wc-catalogue/blaze-elements/blob/master/packages/collapsible/Collapsible.test.tsx#L53
So I have got idea that we can enhance waitFor functionality by allowing array of selectors for each element we want to wait for as argument.
Something like this:
as an alternative we can also add new method(
waitForAll
?) with will just use waitFor under the hood.Let me know if you like the idea and I can try simple pull request for that.
The text was updated successfully, but these errors were encountered: