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
This is flagged up as an error: "Promise returned from waitFor must be handled", which I believe is a false positive, as the Promise is indeed being handled by the Promise.all.
Thanks
The text was updated successfully, but these errors were encountered:
I'm in agreement with you regarding findBy being more suitable here with it having a built in waitFor behaviour, but some colleagues find the intent of waitFor to be more explicit and so here we are unfortunately. I appreciate the quick reply!
Hello,
Take the following example:
This is flagged up as an error: "Promise returned from
waitFor
must be handled", which I believe is a false positive, as the Promise is indeed being handled by the Promise.all.Thanks
The text was updated successfully, but these errors were encountered: