Facing Error in clicking element with cyget, below is the snapshot
cypress/e2e/spec-inside.cy.js:66:8
64 | // cy.initializeAutoheal('SbhohWd9dllo');
65 | cy.visit('https://us-sandbox.thesite.com/?automation-test');
> 66 | cy.get('#inside_tabs>div>svg>*>circle', 3).click();
| ^
67 | // cy.get('#inside_tabs > div> svg >* >circle',
cy.get('.transitionHidden>span', {iframe: '.chatPaneOpen>iframe'}, 4).click();
Pls let me know what is expected here ?