autopilot test should use Mouse as pointer for desktop

Bug #1248009 reported by Chris Gagnon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-keyboard
Triaged
Low
Unassigned
ubuntu-keyboard (Ubuntu)
New
Undecided
Unassigned

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())

Bill Filler (bfiller)
Changed in ubuntu-keyboard:
importance: Undecided → Low
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.