** Also affects: ldtp (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

  Binary package hint: gnome-system-tools
  
  While running an automated test, the tools hang when following these
  steps:
  
  1. Open users-admin
  2. Click Add (user)
  * While trying to interact with authentication dialog, the scripts hang.  
This does not occur with the other apps we test that require authentication 
with polkit
- Be patient for the timeout error dialog to display 
+ Be patient for the timeout error dialog to display
  
- Remember to enable accessibility
+ Remember to enable accessibility and install python-ldtp
  
  Simple Test Script:
  
  import ldtp
  import sys
  
  # must have a11y enabled
  # arg1 is your password
  
  password = sys.argv[1]
  
  ldtp.launchapp('users-admin', delay=3)
  
  ldtp.click('dlgUsersSettings', 'btnAdd')
  
  dlgAuthenticate = 'dlgAthenticate'
  ldtp.waittillguiexist(dlgAuthenticate)
  ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password)
  ldtp.click(dlgAuthenticate, 'btnAuthenticate')
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-system-tools 2.32.0-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  Date: Wed Mar 23 12:00:39 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-tools
  UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago)

** Description changed:

  Binary package hint: gnome-system-tools
  
  While running an automated test, the tools hang when following these
  steps:
  
  1. Open users-admin
  2. Click Add (user)
  * While trying to interact with authentication dialog, the scripts hang.  
This does not occur with the other apps we test that require authentication 
with polkit
  Be patient for the timeout error dialog to display
  
- Remember to enable accessibility and install python-ldtp
+ Enable accessibility and install python-ldtp
  
  Simple Test Script:
  
  import ldtp
  import sys
  
  # must have a11y enabled
  # arg1 is your password
  
  password = sys.argv[1]
  
  ldtp.launchapp('users-admin', delay=3)
  
  ldtp.click('dlgUsersSettings', 'btnAdd')
  
  dlgAuthenticate = 'dlgAthenticate'
  ldtp.waittillguiexist(dlgAuthenticate)
  ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password)
  ldtp.click(dlgAuthenticate, 'btnAuthenticate')
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-system-tools 2.32.0-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  Date: Wed Mar 23 12:00:39 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-tools
  UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in Ubuntu.
https://bugs.launchpad.net/bugs/741186

Title:
  users-admin not testable with ldtp and policykit

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to