Nate Roling

Results 5 comments of Nate Roling

It does not happen with the native inputs. I actually put a couple of native inputs in the reproduction case to play with — it seems to be specifically when...

Awesome, thanks for the workaround, that should get us going for sure! In terms of a fix, from my perspective anyway, a "real" `tsconfig.cypress.json` rather than a generated one certainly...

We've worked around it by setting the `CYPRESS_INTERNAL_BROWSER_CONNECT_TIMEOUT` environment variable to `300000`, a tip we picked up from #26936. Oddly enough, I believe we were seeing this behavior previously with...

Is there any way to access the _Javascript_ logs for custom layouts? I tried with `./Amethyst test --log` but `console.log` from the Javascript layout doesn't end up there.