I am working on a test using NightwatchJs framework. I need to compare the actual value against a set of valid values. However my current implementation throws multiple failures while the correct value is found in the expected result array. I want to display the output of the test, only if NO value matches or if the test pass.I am working on a test using NightwatchJs frame