GNOME Bugzilla – Bug 597776
waittillguiexists returns 0
Last modified: 2009-10-13 03:34:33 UTC
While running mago gedit test cases with LDTPv2, suite cleanup method fails in the following lines: result = ldtp.waittillguiexist( self.application.name, self.application.TXT_FIELD) If has been found, thanks to a debugger, that the object exists using ldtp.getobjectlist and ldtp.getobjectinfo. However, ldtp.waittillguiexists returns 0.
Created attachment 145087 [details] [review] Fixes the reoirted issue
Fixed in git. Thanks for the bug report.