Chris Breiding
Chris Breiding
I guess this PR can close [this issue](https://github.com/cypress-io/cypress/issues/6526) since `cy.ng()` won't be around anymore.
Right now there doesn't seem to be enough information to reproduce the problem on our end. Unless we receive a reliable reproduction, we'll eventually have to close this issue until...
I'm unable to reproduce the issue with the code provided. The variable `nameOnCard_input` is undefined. If I substitute it with a selector for the only input on the page visited,...
Unfortunately none of those urls worked. It's possible, since they're links, a web crawler is picking them up and invalidating them by visiting the url. Could you post a few...
I was able to get the example code running by visiting one of the urls in the sheet, but the test passes and I don't see any failures or a...
Interesting, I was able to reproduce the issue after setting `modifyObstructiveCode: false`. Now that I've reproduced it, I'm going to route this to a team to look into. Here are...
I'm sorry your encountering this issue. Have you tried using the [module API](https://docs.cypress.io/guides/guides/module-api#cypress-run) for running Cypress programmatically instead of using the CLI with `exec`? While using `exec` ideally should work,...
Glad to hear you have a workaround. Happy testing!
With the given html, the div _is_ visible to the human eye: I believe that's because `overflow: 'hidden'` (with quotes around `hidden`) is not valid CSS. Changing it to `overflow:...
Thanks for the quick reply. I verified it's not working correctly with `overflow: clip`. I'll route this to a team to look into a fix.