Loop through an array of Locators and apply assertion in Typescript Playwright – Javascript
I have an Array of Locators and I need to run an assertion to verify if it contains certain text. I am aware that this can be done in a loop however it seems like a tedious approach and I…