Getting an error while executing a test, could you please help me?

While executing my test, I’m getting the below error: "cy.xpath i snot a function" Coud you please help me resolve the issue?

Hi Dipen Soni,

It usually occurs when xpath plugin is not available. Please run command: npm install cypress-xpath and it should resolve your issue.