Scott Stancil

Results 19 comments of Scott Stancil

Another symptom here is that the cursor seems to get lost entirely if there's an image in the body. Here it leaves the keyboard open, but text isn't actually being...

How likely does it seem that it's an issue an actual user will have? Do we need a Trac issue to drive some investigation on the API side?

I had a thought on this that I haven't had a chance to try out yet - It wouldn't catch every possible Mailosaur outage, but if we wrapped their API...

> Smart plan — similar to trying again for first e2e test failures. Could include a few tries We actually already have [retry logic in place](https://github.com/Automattic/wp-e2e-tests/blob/753220408df36737a1bd5d906ebcec08df060d35/lib/email-client.js#L49), querying the API every...

I got a response from Mailosaur support saying that they're aware of the 502 errors, and that for some reason our account is particularly susceptible to them for some reason,...

> Could it be that wpcalypso.wordpress.com is a slower environment? This is true, so I tried bumping up the `explicitWaitMS` from 20 to 60s, but that didn't seem to make...

I wasn't able to reproduce this problem locally, either manually or with the scripts. Most of my time was spent futzing with CircleCI VNC problems, and had to keep restarting...

I've added a workaround in https://github.com/Automattic/wp-e2e-tests/pull/444, and asked the Calypso devs on p4TIVU-6cx-p2 I'm going to leave this issue open and re-label it as workaround

This bug is rearing its head more frequently, and the workaround from #444 isn't working consistently anymore. I assume it's due to the work on the new login screen, but...

Extra debug - https://github.com/Automattic/wp-e2e-tests/pull/613