Liam Duffy

Results 4 comments of Liam Duffy

> A problem I can see with this is we have a hard limit on the amount of stuff we can include in that URL (URLs have a limited length)....

> Perhaps we could do: screen.logTestingPlaygroundURL(document.documentElement) or something? That way you opt-into this behavior with the default being document.body. Interesting, I didn't see that it could already accept an element....

You're right, that fixes the issue. I imagine what's happening is that incorrect arguments to `oneOfType` are being disregarded. Thanks!

> What happens when a WSL shell says "my CWD is /home/foo? There's no way for the Terminal to know that path is a WSL path, or even which distro...