bumpy-insurance-8581
03/07/2023, 4:37 PMlinks from the response have a specific value.
For example I want to check that they all have status isEnabled.
I know how to do it in C# using Assert.IsTrue(response.Any(a => a.isEnabled));
But I don’t find a way to convert this to Cypress usage, any idea ?