How can I click on the favorite button by using cypress ? I have tried cy.contains('img', {matchCase: false}).click({force: true}); cy.get('[alt="Image"]').click(); cy.get('[src="Images/outline_star_border_black_18dp.png"]').click({force: true});
Do anyone have and suggestions ?

Aucun commentaire:
Enregistrer un commentaire