wdio_error is a test in which an experiment throws and error and the testscript detects that this error has been logged. However, a recent change to the testing framework makes a test fail if a an error is logged even though all assertions passsed. Hence wdio_error fails. 0632e79
Perhaps fix those by erasing the error from the DOM in the testscript after the error has been detected by the testscript?