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
In here the function command-result= will only check for additional events if the user expects them.
Maybe this is completely intentional, because you want these "triggered" events to be quite independent, but this has the potential of making a test pass when the user does not expect any triggered events but there are. So it's not really the full result of the command anymore, at that point.
The text was updated successfully, but these errors were encountered:
This was intentional to prevent breaking the API; it used to not check triggered events at all. I'm OK with changing this if you put in a merge request.
In here the function
command-result=
will only check for additional events if the user expects them.Maybe this is completely intentional, because you want these "triggered" events to be quite independent, but this has the potential of making a test pass when the user does not expect any triggered events but there are. So it's not really the full result of the command anymore, at that point.
The text was updated successfully, but these errors were encountered: