Merge lp:~heber013/ubiquity/fix-select-random-language into lp:ubiquity

Proposed by Heber Parrucci
Status: Merged
Approved by: Jean-Baptiste Lallement
Approved revision: 6536
Merged at revision: 6536
Proposed branch: lp:~heber013/ubiquity/fix-select-random-language
Merge into: lp:ubiquity
Diff against target: 12 lines (+1/-1)
1 file modified
autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py (+1/-1)
To merge this branch: bzr merge lp:~heber013/ubiquity/fix-select-random-language
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
Review via email: mp+325162@code.launchpad.net

Commit message

Fixing failure when selecting random language in test to avoid "Invalid Mouse coordinates" exception.

Description of the change

Autopilot test:
Fixing failure when selecting random language in test to avoid "Invalid Mouse coordinates" exception.

To post a comment you must log in.
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py'
2--- autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py 2016-12-05 14:31:23 +0000
3+++ autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py 2017-06-06 14:05:55 +0000
4@@ -89,7 +89,7 @@
5 logger.debug("top item {0} selected"
6 .format(top_item.accessible_name))
7 # Now select required Language
8- self.kbd.type(item.accessible_name[0:2])
9+ self.kbd.type(item.accessible_name[0:3])
10 item.click()
11 # check selected
12 if item.selected:

Subscribers

People subscribed via source and target branches

to status/vote changes: