I am facing a situation in which I need to search for a text string that may appear in any of the fields within the returned results. This text could potentially be found in the title, summary, or description of multiple results. I am looking to create a test that can check all three fields and if at least one is true, then the test should pass.
Is there a way to set up multiple expect conditions with an OR condition?