New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timed out retrying: Maximum call stack exceeded when typing into Salesforce Lightning Components #6707
Comments
I was able to track this Max call stack being thrown from the https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/elements.ts#L917:L917 Likely there are other places where this check is insufficient still, so I'll take a look at some other instances and hopefully extract out this check into a broader method of 'checkExistence' and/or 'checkIfHtmlBodyOrDocument'. Now comes the hard part of isolating a failing test case for the PR. |
Hi Jennifer, Thanks for your help in opening and addressing this issue related to #4373. We will test it again after your fix and let you know our feedback. |
The code for this is done in cypress-io/cypress#6708, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
When attempting to type into certain elements from Salesforce lightning components, an error is thrown like below:
Similar to previous issue that was resolved in 4.1.0 when doing visibility checks on elements - likely we are naively doing another check during type that is not considering the shape of elements generated in Salesforce Lightning Web Components #4373
Desired behavior:
Should not throw Max call stack error
Test code to reproduce
Pending
Versions
Cypress 4.1.0
The text was updated successfully, but these errors were encountered: