Open shepmaster opened 4 years ago
We are seeing a similar issue with Chromium 86 in Linux that we never saw in Chromium 81. We don't get any JS errors from Apparition reported when these failures happen (our first instinct for a blank page would be that somehow our React.js failed, but we have significant non-React stuff that should be visible even if all JS failed).
We're using Apparition 0.6.0, Capybara 3.34.0, 86.0.4240.111-r0, and Alpine Linux 3.12.
When a test fails, we take a screenshot to aid in debugging. Sometimes, the screenshot has a white box that covers the entire screen, other times it's just the top:
This does not occur on every failure in our application, and I'm not even sure if it's consistent for a specific test.
I haven't been able to create a minimized reproduction case yet, but figured I'd open an issue early in case other people have experienced something similar.