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
I'm trying to figure out how to write something similar to the below waitFor call, where the passed closure has an assertion, which is expected to fail inline. As far as I can tell, the affirm functionality is internal. Could it be exposed to execute these callbacks outside the context of a test body, or is there another approach to accomplish this?
I'm trying to figure out how to write something similar to the below
waitFor
call, where the passed closure has an assertion, which is expected to fail inline. As far as I can tell, theaffirm
functionality is internal. Could it be exposed to execute these callbacks outside the context of a test body, or is there another approach to accomplish this?The text was updated successfully, but these errors were encountered: