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 673938 - Seahorse opens a dlgQuestion for Deleting a password entry ldtp isn't able to interact with it
Seahorse opens a dlgQuestion for Deleting a password entry ldtp isn't able to...
Status: RESOLVED WONTFIX
Product: LDTP
Classification: Other
Component: pyldtp
2.3.0
Other Linux
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2012-04-11 18:55 UTC by davmor2
Modified: 2018-09-11 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description davmor2 2012-04-11 18:55:33 UTC
Using this code to delete a usc password entry stalls at the dlgQuestion;

  ldtp.launchapp('seahorse')
  ldtp.waittillguiexist('frmPasswordsandKeys')
  ldtp.expandtablecell('frmPasswordsandKeys', 'ttbl0', 0, 1)
  ldtp.waittillguiexist('dlgPasswords:login')
  ldtp.mouseleftclick('dlgPasswords:login', 'btnClose')
  ldtp.waittillguinotexist('dlgPasswords;login')
  if ldtp.doesrowexist('frmPasswordsandKeys', 'ttbl0', 'Ubuntu Software Center Store') == 1:
   ldtp.selectrow('frmPasswordsandKeys', 'ttbl0', 'Ubuntu Software Center Store')
   ldtp.selectmenuitem('frmPasswordsandKeys', 'mnuDelete')
   assert ldtp.waittillguiexist('dlgQuestion') ***
   ldtp.click('dlgQuestion', 'btnCancel')
  elif ldtp.doesrowexist('frmPasswordsandKeys', 'ttbl0', 'Ubuntu Software Center') == 1:
   ldtp.selectrow('frmPasswordsandKeys', 'ttbl0', 'Ubuntu Software Center')
   ldtp.selectmenuitem('frmPasswordsandKeys', 'mnuDelete')
   assert ldtp.waittillguiexist('dlgQuestion')
   ldtp.click('dlgQuestion', 'btnCancel') ***
  ldtp.selectmenuitem('frmPasswordsandKeys', 'mnuQuit')

the lines with *** at the end are the ones not seen. Could be an issue in atspi however accerciser seems to see the dlg window.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-ldtp 2.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu1
Architecture: amd64
Date: Wed Apr 11 19:47:00 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120327)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ldtp
UpgradeStatus: No upgrade log present (probably fresh install)
Comment 1 André Klapper 2018-09-11 19:53:34 UTC
LDTP has moved to Github. If the problem reported in this GNOME Bugzilla ticket still exists in a recent LDTP version, please feel free to report the issue at 
  https://github.com/ldtp/ldtp2/issues

Thanks for your understanding and we apologize for the inconvenience!