Testing a read-only property doesn't work
I created a When rule that tests the value of a property that happens to be read-only. It's a value that gets written once when the user logs in, but is read-only after that.
I'm trying to test the when rule using several values. However, because the property is read-only it does not get set during the test case. And so when I do the following tests, it fails on the second step with Expected true, Actual false.
Is there a way around this situation or should there be an enhancement request or is it working as designed?