calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 369 forks source link

RunLoop::DeviceAgent::Client::HTTPError #1390

Open seshusangeetha opened 6 years ago

seshusangeetha commented 6 years ago

I am facing this issue quite often when the scenarios are running in bulk. But the thing is that when run in bulk some scenarios pass and once this error comes certain scenarios fails and then after some agin it passes. It prompts me of a spring board alert error not a launch error with "Expected status code < 400, found 500. " stating Server replied with:

{"title"=>"xxxxxxx" "error"=>"A SpringBoard alert is blocking test execution and it cannot be dismissed."}

(RunLoop::DeviceAgent::Client::HTTPError)

But when run in local for few scenarios I never find this error, while we have added all the necessary code to handle the SpringBoard alert handler and it gets handled in all the other cases