ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #08704
[Bug 1248009] Re: autopilot test should use Mouse as pointer for desktop
** Also affects: ubuntu-keyboard (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1248009
Title:
autopilot test should use Mouse as pointer for desktop
Status in ubuntu-keyboard:
Triaged
Status in ubuntu-keyboard package in Ubuntu:
New
Bug description:
This is outside of the autopilot 1.4 port,
we need to update the
tests/autopilot/ubuntu_keyboard/tests/test_keyboard.py
from
super(UbuntuKeyboardTests, self).setUp()
self.pointer = Pointer(Touch.create())
to
super(UbuntuKeyboardTests, self).setUp()
if model() == "Desktop":
self.pointer = Pointer(Mouse.create())
else:
self.pointer = Pointer(Touch.create())
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1248009/+subscriptions