Open dil-rmallikarjuna opened 1 month ago
The application I am working on is built with php where the feature I am trying to automate is being rendered on UI by Java script when I click on the button " cy.get('#gdc-show-btn-button').contains('Review 3P Monitor').click();"
This might be the limitation of cypress dashboard because I tried to click manually on the subject in cypress dashboard and still faced the error but this works smooth on selenium. Do we have any plug ins as a workaround for this? Below is screenshot where I was able to automate this with selenuim.
this issue is similar to #9614, I have tried all the steps written there and none of them work. Our app is also built similar to what is in question for #9614.
I am also facing the same problem, please let me know the solution
Team, Is there any update on this?
Current behavior
Web page shows 'Please wait' and nothing loads after that in cypress. but Manually it works fine
Desired behavior
Need UI to load as shown in image below
Test code to reproduce
Cypress Version
v13.14.2
Node version
v20.16.0
Operating System
macOS Sonoma 14.7
Debug Logs
Other
No response