Open badrinathvm opened 6 years ago
Looks like you have on-going network request that isn't complete. It seems to be originating from: 5 LightningData 0x000000010f3706ba -[ENRegistrationService _backgroundRequestSender:] + 1834
How can i solve this ? Do i need to include this on DispatchGroup ?
No but you need to ensure that the request completes. It looks like the network request doesn't complete. You can try to ignore that network request completely using the method described here: https://github.com/google/EarlGrey/blob/bf7266d28631226d64349481d3a1e5970e4b2f92/docs/api.md#network
Hello,
I am making an asynchronous call to createAccounts and those account information needs to be used in text-box field for automation.
Async call gets complete, but Earl-grey i snot able to perform UI operations. Below is the code
I experimented with below configs - but no luck.
Below are the logs
2018-04-30 14:44:44.550682-0700 XXXX[20729:245847] EarlGrey tried waiting for 10.0 seconds for the application to reach an idle state. It is now forced to clear the state of GREYAppStateTracker, because the test might have caused the application to remain in non-idle state indefinitely. Full state tracker description: Waiting for CAAnimations to finish. Continuous animations may never finish and must be stopped explicitly. Animations attached to hidden view may still be running in the background. Waiting for network requests to finish. By default, EarlGrey tracks all network requests. To change this behavior, refer to GREYConfiguration. Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
Full state transition call stack for all elements: