Hi,
I add multiple mixins to a test step and I want the Mixin #2 to be always called first. Is there a way to achieve this?
I can’t add mixins in order because I add Mixin #1 to show a boolean property under the mixin’s properties. Then, add another mixin, which is the Mixin #2, to that boolean property. In this case Mixin #1 is called first and it does not get the updated value from Mixin #2 because it is executed after Mixin #1.