Hello! I have several UIComponents with overridden commitProperties function. When i use some property setter i need to wait for commitProperties to finish execution in order to test the results. How should I approach this issue? Currently I use step SequenceDelay in my sequence, but this causes tests to run slow. I also tried waiting update_complete event, but this one is unreliable, sometimes changes are made after one update_complete event is dispatched, and some times after two update_complete events.
↧