Assertion .hasPassed()
should accept a list as parameter
#370
Labels
hacktoberfest
Marks an issue as a candidate to be a Hacktoberfest contribution
kind/feature
Categorizes an issue or PR as a feature, i.e. new behavior
Description
While
.isWaitingAtElements(String... elementIds)
is available with a list of elements,.hasPassedElement(String elementId)
accepts only a single element.It's more likely that you will check for a list of passed elements then for several elements waiting at when you progress in your process instance.
Please add an assertion like
.hasPassedElements(String... elementIds)
.The text was updated successfully, but these errors were encountered: