Monday, February 6, 2023
1 change · master
Resolved issues and error corrections
This change makes an internal Web Studio test more reliable by adding a small wait so older interface components can finish reporting errors. It helps reduce random test failures in automated checks, improving confidence in releases without changing user-facing behavior.
Original PR description
Before this commit, there was a test failing undeterministically because it did not wait enough, given the stack contained legacy widgets. After this commit, we wait an extra tick to ensure the legacy widgets had time to throw the error. fixes runbot-15766