Merge lp:~om26er/phone-app/adapt_autopilot_test_to_latests_sdk_change into lp:phone-app

Proposed by Omer Akram
Status: Merged
Approved by: Omer Akram
Approved revision: 721
Merged at revision: 721
Proposed branch: lp:~om26er/phone-app/adapt_autopilot_test_to_latests_sdk_change
Merge into: lp:phone-app
Diff against target: 25 lines (+2/-2)
2 files modified
tests/autopilot/connected_tests/tests/__init__.py (+1/-1)
tests/autopilot/phone_app/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~om26er/phone-app/adapt_autopilot_test_to_latests_sdk_change
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Gustavo Pichorim Boiko (community) Approve
Review via email: mp+178625@code.launchpad.net

Commit message

NewTabBar is now TabBar, changing that in autopilot tests, else they fail

Description of the change

NewTabBar is now TabBar, changing that in autopilot tests, else they fail

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

Looks good!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/connected_tests/tests/__init__.py'
2--- tests/autopilot/connected_tests/tests/__init__.py 2013-07-29 19:42:41 +0000
3+++ tests/autopilot/connected_tests/tests/__init__.py 2013-08-05 19:25:33 +0000
4@@ -90,7 +90,7 @@
5
6 def get_tabs(self):
7 """Returns the top tabs bar."""
8- return self.app.select_single("NewTabBar")
9+ return self.app.select_single("TabBar")
10
11 def get_conversations_tab_button(self):
12 return self.app.select_single("AbstractButton", buttonIndex=4)
13
14=== modified file 'tests/autopilot/phone_app/tests/__init__.py'
15--- tests/autopilot/phone_app/tests/__init__.py 2013-07-29 17:02:37 +0000
16+++ tests/autopilot/phone_app/tests/__init__.py 2013-08-05 19:25:33 +0000
17@@ -78,7 +78,7 @@
18
19 def get_tabs(self):
20 """Returns the top tabs bar."""
21- return self.app.select_single("NewTabBar")
22+ return self.app.select_single("TabBar")
23
24 def click_item(self, item, delay=0.1):
25 """Does a mouse click on the passed item, and moved the mouse there

Subscribers

People subscribed via source and target branches