Checking if a form is hydrated #343
Unanswered
ahockersten
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm trying to write some E2E tests using Playwright that fill in my forms, but I am running into the issue that there doesn't seem to be any way of determining if remix-validated-form has finished hydrating the form. Since Playwright is much faster than an actual user, it manages to start filling in the form before hydrating finishes (which will then clear anything that has been written).
I've looked through remix-validated-form's code and the API and I haven't really figured out any way to solve this.
Am I missing something, or is there currently no way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions