You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hate to keep doing this to you, but I just opened an issue on the Cypress GitHub. I'm sure they won't get to it right away, but it seems like a really simple fix - cy.contains() is missing a typing that allows you to enable piercing the shadow DOM (link to issue).
Anywho, if and when they do fix the problem, I'll probably need to update my project to the latest Cypress version. We're in the 7th major version now, so if you could please add support for Cypress 7+ I'd be incredibly thankful 🙏
The text was updated successfully, but these errors were encountered:
They fixed the bug and it's available in Cypress 7.7.0!!! (Last bullet under Bugfixes here.) If and when you get a chance to update, that would be great! :)
I hate to keep doing this to you, but I just opened an issue on the Cypress GitHub. I'm sure they won't get to it right away, but it seems like a really simple fix -
cy.contains()
is missing a typing that allows you to enable piercing the shadow DOM (link to issue).Anywho, if and when they do fix the problem, I'll probably need to update my project to the latest Cypress version. We're in the 7th major version now, so if you could please add support for Cypress 7+ I'd be incredibly thankful 🙏
The text was updated successfully, but these errors were encountered: