Is there a way, to check with OPA-Testing, if an element does not exist?
For example the test succeeds, if the waitFor#success callback is not executed and an error message will be shown?
I have an use case, where a button shall be shown or not depending on a very important model property. I want to check this on every deployment with an OPA Test.
The button property is bound to visible, and if the property is false, the button doesnt appear in the DOM and can not be checked for its state because of that.