In constraint block, if
-condition becomes invisible when it doesn't have else
statement
#19
Labels
bug
Something isn't working
Description
For action (i.e., randWithIfElseCondition) has if-else condition in constraint block, it executed correctly even when expression in
if
expression failed.However, when the
if
expression failed and there was noelse
statement (as shown in randWithIfCondition action), it incorrectly usesif
statement as its constraint. Causing incorrect behaviour from the user's wish.Scenario Code
Expected Output or Behaviour
Error Message from PSSGen or JAVA
Additional Context (Optional)
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: