Cypress.io: How to send a trigger out of cy.then or cy.each function?
问题 I try to verify weather if there have store keyword I want between the elements of pages. For example: store keyword = "apple" the part structure of a page: <tbody> <tr> <td class="store"> <img class="offer-store" ... alt="amazon store" .../></td> <td ... ...</td> </tr> ... <tr> <td class="store"> <img class="offer-store" ... alt="apple store" .../></td> <td ... ...</td> </tr> </tbody> I have 3 products,need to verify that every product have a store contains store keyword. One product may