In Nightwatch, I want to skip a test case if some condition is not met in a test. For e.g. in the first test case, I am fetching the text of an element and storing that in an array. In the second test case, I want to perform some action using that element's text. But, at the same time, I want to skip the second test case if that array is empty. How can I do that?