After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 414782 - The guiexist failed on window which have same lable
The guiexist failed on window which have same lable
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.8.x
Other Linux
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2007-03-05 04:06 UTC by lavi
Modified: 2007-04-05 09:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lavi 2007-03-05 04:06:51 UTC
Step to Reproduced:
1. Open gedit, select menu-item About
2. Typed ldtp.guiexist('dlgAbout*')
3. close this dialogbox
4. Open firefox, select About menu again
5. Typed ldtp.guiexist('dlgAbout*')

Actual Result:
2 returned 1
5 return 0

Expected Result:
both them should return 1.
Comment 1 lavi 2007-04-05 09:23:50 UTC
It worded in codes from Nags mail.

Tnx!