Hi,
We are using Cypress to do some integration testing in our application, however we are finding that we occasionally run into race conditions where the diagram may not have updated yet or we do our check mid way through it doing something functionally.
Is there any functionality to wait for the diagram to settle after running some functionality so that we are able to have more reliable tests? We are using the robot and we also have access to the diagrams reference if needed
We have currently implemented the tests using delays in Cypress however these are not the most stable way of doing it as it depends on many other factors such as the users/cicd pipelines machine specs and how JavaScript is feeling at the time :)