You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: