E2E tests showing wrong/old page content after Mendix 10 upgrade (works fine manually)
0
Hi ,We’ve been noticing a strange issue during our E2E test runs. Sometimes the page shows incorrect or old content instead of the expected one, because of which the Glossary word validation fails.The main challenge is that this is not reproducible manually — when we follow the same steps ourselves, everything works fine. It only happens during automated execution and also not every time, so it’s quite inconsistent.This started appearing more frequently after we upgraded to Mendix 10. It feels like the test might be validating the data before the page or content is fully loaded, or maybe some caching/context refresh issue is happening.Has anyone faced something similar with Mendix apps during E2E testing? Any suggestions on what could be causing this or how to handle it would really help.Thanks in advance!