Andréa Maugars

Results 2 comments of Andréa Maugars

Thanks for the very detailed issue. The workaround worked for me except for a specific case: Let's say there is a `Project` model which has many `User`. ```python class ProjectType(FixRelayNodeResolutionMixin,...

Some workaround I found to avoid issues caused by the dom being trashed by the hydration while the test is running. ```ts // cypress/support/commands.ts Cypress.Commands.overwrite('visit', (originalFn, ...args) => { originalFn(...args);...