clever-table-91477
09/23/2022, 5:16 PMrequire('cypress-xpath');
in setupNodeEvents(on, config) {}
block as well as in e2e.js
, not sure where exactly it should go. Then when I run the test with cy.xpath(''), it fails with this error cy.xpath is not a function
. Maybe someone can help me, it must be something obvious that I don't see