Hello, I would like to use the regions check property on an if statement, but noticed that if the check property returns false it halts the test automatically after logging the error. I do not wan...
I do not do the logging, it is Regions.(name).Check(...) that does the error logging if it fails the property check. I would like to just return false and not log an error.