below are the code and the error I am facing.
error - cypress cannot read property of undefined
describe('test', () => { it('Homepage', () => {
cy.visit("https://www.damensch.com/men/underwear/trunks?attribute_pa_color=bold-gold-flame&listing-
redirect=trunks")
cy.scrollTo(0, 10000)
cy.scrollTo(10000, 0)
cy.wait(3000);
cy.document()
.toMatchImageSnapshot();
});
})
Aucun commentaire:
Enregistrer un commentaire