Ensure that the test state transitions to complete before the test is considered complete. (#1028)
In some environments the state change events and the "test complete" event are sent over a stream that does not guarantee ordering (e.g. as independent HTTP requests when using package:sse). Without this change, such tests will fail intermittently, when the "test complete" event happens to be delivered before the state change event.
Please register or sign in to comment