I am adding multiple "Invalid HTTP Status code" assertion as shown below
Expected Behaviour:- Test Step should fail if HTTP 503 code is returned.
Actual Behaviour:- Test step is getting passed.
If assertion added as
503;400
Test step is getting failed and is working as expected.
I am not sure why it is taking only the first HTTP code though the format for multiple HTTP code looks correct.
Anything i am missing here?

