Merge lp:~renatofilho/address-book-app/release-2014-07-07 into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Bill Filler
Approved revision: 207
Merged at revision: 229
Proposed branch: lp:~renatofilho/address-book-app/release-2014-07-07
Merge into: lp:address-book-app
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/address_book_app/pages/_common.py (+1/-1)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/release-2014-07-07
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+225829@code.launchpad.net

Commit message

Call get_header from ubuntu-ui-toolkit-autopilot.

To post a comment you must log in.
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

Are there any related MPs required for this MP to build/function as expected? NO

Is your branch in sync with latest trunk? 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 on device or emulator? YES

If you changed the UI, was the change specified/approved by design? NO UI CHANGE

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP? NO PACKAGE CHANGE

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 'tests/autopilot/address_book_app/pages/_common.py'
2--- tests/autopilot/address_book_app/pages/_common.py 2014-05-22 13:42:45 +0000
3+++ tests/autopilot/address_book_app/pages/_common.py 2014-07-07 13:46:55 +0000
4@@ -28,7 +28,7 @@
5 def get_header(self):
6 """Return the Header custom proxy object of the Page."""
7 return self.get_root_instance().select_single(
8- 'Header', objectName='MainView_Header')
9+ 'MainWindow').get_header()
10
11
12 class PageWithBottomEdge(ubuntuuitoolkit.UbuntuUIToolkitCustomProxyObjectBase):

Subscribers

People subscribed via source and target branches