WebUI.findWebElements not failing?

so using WebUI.findWebElements(findTestObject(‘Page_Wbts/datatable-body-cell_Status’), 10) when it doesn’t find an element it just shows up in the console log but it doesn’t stop running the test.

I tried forcing failure handling but then complains about the method signature not existing. Any ideas how to force the above to fail?

I think it’s WebUiCommonHelper.findWebElements

I mean WebUI.xxx is working fine, it’s just not throwing a failure if no elements are found.