Search found 3 matches

Thanks again, I made a custom function which is missing the call to me.fail() inside done and we're sorted.
Thanks Nickolay, that seems to do the trick, (although since that function expects an exception, we get warnings when there is none, since the bug is intermittent). I don't think there's a function to handle that case right?
I've run into an issue where Ext raises an exception during a step in a test (due to a weird bug in the core) and I am not able to prevent the scenario which creates the exception, so I want to ignore it. I know that Siesta has an option transparentEx , but that seems to be for the whole project and...