Hello amazing product!
AstroJs is really amazing and we hope to use it for the next iteration of the cypress.io website. I am having a blast so far.
One hiccup though: I am testing pages end to end, and get a little bit of flake. What I understand is that. When the page loads, nothing is interactive, so clicking on a button would do nothing. But with running automated testing, everything has to be ready or we risk simulating a click that will do nothing.
What is y'all's recommendation for waiting until the end of hydration to run my tests?
Note: I know I could make all my renderings blocking using client:load. That would defeat the purpose of using astrojs so I would rather not.