Merge lp:~boiko/messaging-app/fix_autopilot2 into lp:messaging-app

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 179
Merged at revision: 178
Proposed branch: lp:~boiko/messaging-app/fix_autopilot2
Merge into: lp:messaging-app
Diff against target: 26 lines (+2/-3)
2 files modified
debian/control (+1/-1)
tests/autopilot/messaging_app/emulators.py (+1/-2)
To merge this branch: bzr merge lp:~boiko/messaging-app/fix_autopilot2
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Tiago Salem Herrmann (community) Approve
Review via email: mp+229678@code.launchpad.net

Commit message

Fix getting the bottom edge tip item in the autopilot tests.

Description of the change

Fix getting the bottom edge tip item in the autopilot tests.

== Checklist ==
Are there any related MPs required for this MP to build/function as expected? Please list.
No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/messaging-app) on device or emulator?
Yes

If you changed the UI, was the change specified/approved by design?
N/A

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
N/A

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
179. By Gustavo Pichorim Boiko

Add a version to the ubuntu contacts requirement.

Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

Did you perform an exploratory manual test run of the code change and any related functionality on device or emulator?
Yes

Did CI run pass? If not, please explain why.
No, but not caused by the change.

Have you checked that submitter has accurately filled out the submitter checklist and has taken no shortcut?
Yes

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-08-05 11:46:37 +0000
3+++ debian/control 2014-08-06 15:11:35 +0000
4@@ -31,7 +31,7 @@
5 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
6 qtdeclarative5-ubuntu-history0.1 | qtdeclarative5-ubuntu-history-plugin,
7 qtdeclarative5-ubuntu-telephony0.1 | qtdeclarative5-ubuntu-telephony-plugin,
8- qtdeclarative5-ubuntu-contacts0.1,
9+ qtdeclarative5-ubuntu-contacts0.1 (>= 0.2+14.10.20140805),
10 qtdeclarative5-qtcontacts-plugin,
11 Recommends: unity8 (>= 7.81.0~),
12 Description: messaging application for Ubuntu
13
14=== modified file 'tests/autopilot/messaging_app/emulators.py'
15--- tests/autopilot/messaging_app/emulators.py 2014-08-01 23:34:42 +0000
16+++ tests/autopilot/messaging_app/emulators.py 2014-08-06 15:11:35 +0000
17@@ -419,8 +419,7 @@
18 """Bring the bottom edge page to the screen"""
19 self.bottomEdgePageLoaded.wait_for(True)
20 try:
21- action_item = self.wait_select_single('UbuntuShape',
22- objectName='bottomEdgeTip')
23+ action_item = self.wait_select_single(objectName='bottomEdgeTip')
24 start_x = (action_item.globalRect.x +
25 (action_item.globalRect.width * 0.5))
26 start_y = (action_item.globalRect.y +

Subscribers

People subscribed via source and target branches