ios - EarlGrey:Failed to execute block because idling resources below are busy -
i ran following commands , says failed execute block because idling resources below busy.
earlgrey.select(elementwithmatcher: grey_accessibilitylabel("first label")).atindex(0).perform(grey_tap()) earlgrey.select(elementwithmatcher: grey_accessibilitylabel("second label")).perform(grey_tap())
the second label on navigation bar @ top. on click of button screen slides.
error trace:
exception details: error trace: [ { "description" : "failed execute block because idling resources below busy.", "description glossary" : { "uiwebview pre-load tracker" : "uiwebview pre-load tracker" }, "domain" : "com.google.earlgrey.greyuithreadexecutorerrordomain", "code" : "0", "file name" : "greyuithreadexecutor.m", "function name" : "-[greyuithreadexecutor executesyncwithtimeout:block:error:]", "line" : "235", "testcase class" : "earlgreyautomation.feedautomation", "testcase method" : "testusershouldwatchflightandseeitslist" }, { "description" : "failed execute assertion within 30 seconds.", "domain" : "com.google.earlgrey.elementinteractionerrordomain", "code" : "4", "file name" : "greyelementinteraction.m", "function name" : "-[greyelementinteraction assert:error:]", "line" : "418", "testcase class" : "earlgreyautomation.feedautomation", "testcase method" : "testusershouldwatchflightandseeitslist" } ]
i tried resolve changing value of kgreyconfigkeydelayedperformmaxtrackableduration threshold - 1 no progress.
Comments
Post a Comment