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
It could be valuable for a user to test if they have taken a specific sequence flow. Currently we have no way to do this. Users would expect hasPassedElement and hasPassedElementsInOrder could be used for this, however these assertions do not include sequence flow.
Expected behaviour
hasPassedElement and hasPassedElementsInOrder should be able to assert sequence flows.
The intent here causes sequence flows to be excluded, as we never write an ELEMENT_COMPLETED event for these. We should add a way to filter for multiple intents and turn this into:
Description
It could be valuable for a user to test if they have taken a specific sequence flow. Currently we have no way to do this. Users would expect
hasPassedElement
andhasPassedElementsInOrder
could be used for this, however these assertions do not include sequence flow.Expected behaviour
hasPassedElement
andhasPassedElementsInOrder
should be able to assert sequence flows.Solution
Both methods have a similar filter:
The intent here causes sequence flows to be excluded, as we never write an
ELEMENT_COMPLETED
event for these. We should add a way to filter for multiple intents and turn this into:The text was updated successfully, but these errors were encountered: