Javascript – Is it possible to use OR condition between strings in Cypress 'Should' assertion
I have a scenario where the text String in element could be either 'Value exist in Queue' or 'Value doesn't exist' So I want to use should assertion to make sure any string of both is rendring properly. I am…